public class SummaryInfoData extends Object implements ISummaryInfo
SummaryInfoData class
| Constructor and Description |
|---|
SummaryInfoData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets or sets the author.
|
String |
getComments()
Gets or sets the comments.
|
Date |
getCreateDateTime()
Gets the create date time.
|
double |
getEditingTime()
Gets the editing time.
|
String |
getHyperlinkBase()
Gets or sets the hyperlink base.
|
String |
getKeywords()
Gets or sets the keywords.
|
String |
getLastSavedBy()
Gets or sets the last saved by.
|
Date |
getModifiedDateTime()
Gets the modified date time.
|
String |
getRevisionNumber()
Gets or sets the revision number.
|
String |
getSubject()
Gets or sets the subject.
|
String |
getTitle()
Gets or sets the title.
|
public final String getTitle()
Gets or sets the title.
getTitle in interface ISummaryInfopublic final String getSubject()
Gets or sets the subject.
getSubject in interface ISummaryInfopublic final String getAuthor()
Gets or sets the author.
getAuthor in interface ISummaryInfopublic final String getKeywords()
Gets or sets the keywords.
getKeywords in interface ISummaryInfopublic final String getComments()
Gets or sets the comments.
getComments in interface ISummaryInfopublic final String getLastSavedBy()
Gets or sets the last saved by.
getLastSavedBy in interface ISummaryInfopublic final String getRevisionNumber()
Gets or sets the revision number.
getRevisionNumber in interface ISummaryInfopublic final String getHyperlinkBase()
Gets or sets the hyperlink base.
getHyperlinkBase in interface ISummaryInfopublic final double getEditingTime()
Gets the editing time.
getEditingTime in interface ISummaryInfopublic final Date getCreateDateTime()
Gets the create date time.
getCreateDateTime in interface ISummaryInfopublic final Date getModifiedDateTime()
Gets the modified date time.
getModifiedDateTime in interface ISummaryInfo