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 ISummaryInfo
public final String getSubject()
Gets or sets the subject.
getSubject
in interface ISummaryInfo
public final String getAuthor()
Gets or sets the author.
getAuthor
in interface ISummaryInfo
public final String getKeywords()
Gets or sets the keywords.
getKeywords
in interface ISummaryInfo
public final String getComments()
Gets or sets the comments.
getComments
in interface ISummaryInfo
public final String getLastSavedBy()
Gets or sets the last saved by.
getLastSavedBy
in interface ISummaryInfo
public final String getRevisionNumber()
Gets or sets the revision number.
getRevisionNumber
in interface ISummaryInfo
public final String getHyperlinkBase()
Gets or sets the hyperlink base.
getHyperlinkBase
in interface ISummaryInfo
public final double getEditingTime()
Gets the editing time.
getEditingTime
in interface ISummaryInfo
public final Date getCreateDateTime()
Gets the create date time.
getCreateDateTime
in interface ISummaryInfo
public final Date getModifiedDateTime()
Gets the modified date time.
getModifiedDateTime
in interface ISummaryInfo