public class SummaryInfo
extends java.lang.Object
implements java.io.Serializable
Engine.getSummaryInfo()
,
Serialized FormModifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Returns the author of the report if the value was specified in the "Summary Info" or with the method setAuthor(String).
|
java.lang.String |
getComments()
Returns the comments of the report if the value was specified in the "Summary Info" or with the method setComments(String).
|
java.util.Date |
getCreated()
Returns the date and time the report was created.
|
java.lang.String |
getKeywords()
Returns the keywords of the report if the value was specified in the "Summary Info" or with the method setKeywords(String).
|
java.util.Date |
getLastSaved()
Returns the date and time set as the last time the report was saved.
|
java.lang.String |
getReportTitle()
Returns the report title if the value was specified in the "Summary Info" or with the method setReportTitle(String).
|
java.lang.String |
getSubject()
Returns the subject of the report if the value was specified in the "Summary Info" or with the method setSubject(String).
|
java.lang.String |
getTemplate()
Returns the template value of the report if the value was specified in the "Summary Info" or with the method setTemplate(String).
|
void |
setAuthor(java.lang.String author)
Sets the author of the report.
|
void |
setComments(java.lang.String comments)
Sets the comments of the report.
|
void |
setCreated(java.util.Date createTime)
Sets the date and time the report was created.
|
void |
setKeywords(java.lang.String keywords)
Sets the keywords of the report as a single string.
|
void |
setLastSaved(java.util.Date lastSave)
Sets the date and time the report was last saved.
|
void |
setReportTitle(java.lang.String title)
Sets the report title.
|
void |
setSubject(java.lang.String subject)
Sets the subject of the report, that is, the general theme.
|
void |
setTemplate(java.lang.String template)
Sets the template field of the report.
|
public java.lang.String getAuthor()
setAuthor(String)
public void setAuthor(java.lang.String author)
author
- Author of the reportgetAuthor()
public java.lang.String getKeywords()
setKeywords(String)
public void setKeywords(java.lang.String keywords)
keywords
- Keywords of the report as a single string.getKeywords()
public java.lang.String getComments()
setComments(String)
public void setComments(java.lang.String comments)
comments
- Comments to set for the reportgetComments()
public java.lang.String getReportTitle()
setReportTitle(String)
public void setReportTitle(java.lang.String title)
title
- Title to set for the report, may be nullgetReportTitle()
public java.lang.String getSubject()
setSubject(String)
public void setSubject(java.lang.String subject)
subject
- Subject to set for the reportgetSubject()
public java.lang.String getTemplate()
setTemplate(String)
public void setTemplate(java.lang.String template)
template
- String to save as "template" of the report.getTemplate()
public java.util.Date getCreated()
setCreated(java.util.Date)
public void setCreated(java.util.Date createTime)
createTime
- Time to set as the creation date of the report.getCreated()
public java.util.Date getLastSaved()
setLastSaved(java.util.Date)
public void setLastSaved(java.util.Date lastSave)
lastSave
- Date and time to set the report as being last saved ongetLastSaved()
Copyright © 1999-2020 by i-net software GmbH