XmpVersion

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpComplexType

public final class XmpVersion extends XmpComplexType

Represents a version of a document.

Constructors

Constructor Description
XmpVersion() Initializes a new instance of the XmpVersion class.

Methods

Method Description
getComments() Gets the comments concerning what was changed.
setComments(String value) Sets the comments concerning what was changed.
getEvent() Gets the high-level, formal description of what operation the user performed.
setEvent(XmpResourceEvent value) Sets the high-level, formal description of what operation the user performed.
getModifier() Gets the person who modified this version.
setModifier(String value) Sets the person who modified this version.
getModifyDate() Gets the date on which this version was checked in.
setModifyDate(Date value) Sets the date on which this version was checked in.
getVersionNumber() Gets the new version number.
setVersionNumber(String value) Sets the new version number.

XmpVersion()

public XmpVersion()

Initializes a new instance of the XmpVersion class.

getComments()

public final String getComments()

Gets the comments concerning what was changed.

Returns: java.lang.String - The comments concerning what was changed.

setComments(String value)

public final void setComments(String value)

Sets the comments concerning what was changed.

Parameters:

Parameter Type Description
value java.lang.String The comments concerning what was changed.

getEvent()

public final XmpResourceEvent getEvent()

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

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

setEvent(XmpResourceEvent value)

public final void setEvent(XmpResourceEvent value)

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

Parameters:

Parameter Type Description
value XmpResourceEvent The high-level, formal description of what operation the user performed.

getModifier()

public final String getModifier()

Gets the person who modified this version.

Returns: java.lang.String - The person who modified this version.

setModifier(String value)

public final void setModifier(String value)

Sets the person who modified this version.

Parameters:

Parameter Type Description
value java.lang.String The person who modified this version.

getModifyDate()

public final Date getModifyDate()

Gets the date on which this version was checked in.

Returns: java.util.Date - The date on which this version was checked in.

setModifyDate(Date value)

public final void setModifyDate(Date value)

Sets the date on which this version was checked in.

Parameters:

Parameter Type Description
value java.util.Date The date on which this version was checked in.

getVersionNumber()

public final String getVersionNumber()

Gets the new version number.

Returns: java.lang.String - The new version number.

setVersionNumber(String value)

public final void setVersionNumber(String value)

Sets the new version number.

Parameters:

Parameter Type Description
value java.lang.String The new version number.