com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpVersion

    • Constructor Detail

      • XmpVersion

        public XmpVersion()

        Initializes a new instance of the XmpVersion class.

    • Method Detail

      • getComments

        public final String getComments()

        Gets the comments concerning what was changed.

        Returns:
        The comments concerning what was changed.
      • setComments

        public final void setComments(String value)

        Sets the comments concerning what was changed.

        Parameters:
        value - The comments concerning what was changed.
      • getEvent

        public final XmpResourceEvent getEvent()

        Gets the high-level, formal description of what operation the user performed.

        Returns:
        The high-level, formal description of what operation the user performed.
      • setEvent

        public final void setEvent(XmpResourceEvent value)

        Sets the high-level, formal description of what operation the user performed.

        Parameters:
        value - The high-level, formal description of what operation the user performed.
      • getModifier

        public final String getModifier()

        Gets the person who modified this version.

        Returns:
        The person who modified this version.
      • setModifier

        public final void setModifier(String value)

        Sets the person who modified this version.

        Parameters:
        value - The person who modified this version.
      • getModifyDate

        public final Date getModifyDate()

        Gets the date on which this version was checked in.

        Returns:
        The date on which this version was checked in.
      • setModifyDate

        public final void setModifyDate(Date value)

        Sets the date on which this version was checked in.

        Parameters:
        value - The date on which this version was checked in.
      • getVersionNumber

        public final String getVersionNumber()

        Gets the new version number.

        Returns:
        The new version number.
      • setVersionNumber

        public final void setVersionNumber(String value)

        Sets the new version number.

        Parameters:
        value - The new version number.