public static class CadHeader.SummaryInfoWrapper extends Object implements ISummaryInfo
The summary info wrapper for Cad (Dxf and Dwg) header.
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets or sets the author.
|
String |
getComments()
Gets or sets the comments.
|
Date |
getCreateDateTime()
The or sets local date/time of drawing creation
|
Date |
getCreateDateTimeUtc()
Gets or sets the universal date/time the drawing was created.
|
double |
getEditingTime()
Gets or sets the cumulative editing time for this drawing.
|
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()
The or sets local date/time of last drawing update.
|
Date |
getModifiedDateTimeUtc()
Gets or sets the universal date/time of the last update/save.
|
String |
getRevisionNumber()
Gets or sets the revision number.
|
String |
getSubject()
Gets or sets the subject.
|
String |
getTitle()
Gets or sets the title.
|
void |
setAuthor(String value)
Gets or sets the author.
|
void |
setComments(String value)
Gets or sets the comments.
|
void |
setCreateDateTime(Date value)
The or sets local date/time of drawing creation
|
void |
setCreateDateTimeUtc(Date value)
Gets or sets the universal date/time the drawing was created.
|
void |
setEditingTime(double value)
Gets or sets the cumulative editing time for this drawing.
|
void |
setHyperlinkBase(String value)
Gets or sets the hyperlink base.
|
void |
setKeywords(String value)
Gets or sets the keywords.
|
void |
setLastSavedBy(String value)
Gets or sets the last saved by.
|
void |
setModifiedDateTime(Date value)
The or sets local date/time of last drawing update.
|
void |
setModifiedDateTimeUtc(Date value)
Gets or sets the universal date/time of the last update/save.
|
void |
setRevisionNumber(String value)
Gets or sets the revision number.
|
void |
setSubject(String value)
Gets or sets the subject.
|
void |
setTitle(String value)
Gets or sets the title.
|
public final String getTitle()
Gets or sets the title.
getTitle
in interface ISummaryInfo
public final void setTitle(String value)
Gets or sets the title.
value
- The title.public final String getSubject()
Gets or sets the subject.
getSubject
in interface ISummaryInfo
public final void setSubject(String value)
Gets or sets the subject.
value
- The subject.public final String getAuthor()
Gets or sets the author.
getAuthor
in interface ISummaryInfo
public final void setAuthor(String value)
Gets or sets the author.
value
- The author.public final String getKeywords()
Gets or sets the keywords.
getKeywords
in interface ISummaryInfo
public final void setKeywords(String value)
Gets or sets the keywords.
value
- The keywords.public final String getComments()
Gets or sets the comments.
getComments
in interface ISummaryInfo
public final void setComments(String value)
Gets or sets the comments.
value
- The comments.public final String getLastSavedBy()
Gets or sets the last saved by.
getLastSavedBy
in interface ISummaryInfo
public final void setLastSavedBy(String value)
Gets or sets the last saved by.
value
- The last saved by.public final String getRevisionNumber()
Gets or sets the revision number.
getRevisionNumber
in interface ISummaryInfo
public final void setRevisionNumber(String value)
Gets or sets the revision number.
value
- The revision number.public final String getHyperlinkBase()
Gets or sets the hyperlink base.
getHyperlinkBase
in interface ISummaryInfo
public final void setHyperlinkBase(String value)
Gets or sets the hyperlink base.
value
- The hyperlink base.public final double getEditingTime()
Gets or sets the cumulative editing time for this drawing.
getEditingTime
in interface ISummaryInfo
public final void setEditingTime(double value)
Gets or sets the cumulative editing time for this drawing.
value
- The cumulative editing time for this drawing.public final Date getCreateDateTime()
The or sets local date/time of drawing creation
getCreateDateTime
in interface ISummaryInfo
public final void setCreateDateTime(Date value)
The or sets local date/time of drawing creation
public final Date getModifiedDateTime()
The or sets local date/time of last drawing update.
getModifiedDateTime
in interface ISummaryInfo
public final void setModifiedDateTime(Date value)
The or sets local date/time of last drawing update.
public final Date getCreateDateTimeUtc()
Gets or sets the universal date/time the drawing was created.
public final void setCreateDateTimeUtc(Date value)
Gets or sets the universal date/time the drawing was created.
value
- The universal date/time the drawing was createdpublic final Date getModifiedDateTimeUtc()
Gets or sets the universal date/time of the last update/save.
public final void setModifiedDateTimeUtc(Date value)
Gets or sets the universal date/time of the last update/save.
value
- The universal date/time of the last update/save.