Packages

 

com.aspose.cad.fileformats.cad.dwg.summaryinfo

Class SummaryInfoData

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.dwg.summaryinfo.SummaryInfoData
    • Constructor Detail

      • SummaryInfoData

        public SummaryInfoData()
    • Method Detail

      • getTitle

        public final String getTitle()

        Gets or sets the title.

        Specified by:
        getTitle in interface ISummaryInfo
        Returns:
        The title.
      • getSubject

        public final String getSubject()

        Gets or sets the subject.

        Specified by:
        getSubject in interface ISummaryInfo
        Returns:
        The subject.
      • getAuthor

        public final String getAuthor()

        Gets or sets the author.

        Specified by:
        getAuthor in interface ISummaryInfo
        Returns:
        The author.
      • getKeywords

        public final String getKeywords()

        Gets or sets the keywords.

        Specified by:
        getKeywords in interface ISummaryInfo
        Returns:
        The keywords.
      • getComments

        public final String getComments()

        Gets or sets the comments.

        Specified by:
        getComments in interface ISummaryInfo
        Returns:
        The comments.
      • getLastSavedBy

        public final String getLastSavedBy()

        Gets or sets the last saved by.

        Specified by:
        getLastSavedBy in interface ISummaryInfo
        Returns:
        The last saved by.
      • getRevisionNumber

        public final String getRevisionNumber()

        Gets or sets the revision number.

        Specified by:
        getRevisionNumber in interface ISummaryInfo
        Returns:
        The revision number.
      • getHyperlinkBase

        public final String getHyperlinkBase()

        Gets or sets the hyperlink base.

        Specified by:
        getHyperlinkBase in interface ISummaryInfo
        Returns:
        The hyperlink base.
      • getEditingTime

        public final double getEditingTime()

        Gets the editing time.

        Specified by:
        getEditingTime in interface ISummaryInfo
        Returns:
        The editing time.
      • getCreateDateTime

        public final Date getCreateDateTime()

        Gets the create date time.

        Specified by:
        getCreateDateTime in interface ISummaryInfo
        Returns:
        The create date time.
      • getModifiedDateTime

        public final Date getModifiedDateTime()

        Gets the modified date time.

        Specified by:
        getModifiedDateTime in interface ISummaryInfo
        Returns:
        The modified date time.