public final class XmpVersion extends XmpComplexType
Represents a version of a document.
Constructor and Description |
---|
XmpVersion()
Initializes a new instance of the
XmpVersion class. |
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Gets the comments concerning what was changed.
|
XmpResourceEvent |
getEvent()
Gets the high-level, formal description of what operation the user performed.
|
String |
getModifier()
Gets the person who modified this version.
|
Date |
getModifyDate()
Gets the date on which this version was checked in.
|
String |
getVersionNumber()
Gets the new version number.
|
void |
setComments(String value)
Sets the comments concerning what was changed.
|
void |
setEvent(XmpResourceEvent value)
Sets the high-level, formal description of what operation the user performed.
|
void |
setModifier(String value)
Sets the person who modified this version.
|
void |
setModifyDate(Date value)
Sets the date on which this version was checked in.
|
void |
setVersionNumber(String value)
Sets the new version number.
|
getNamespaceUri, getNamespaceUris, getPrefixes, getXmpRepresentation, toString
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public XmpVersion()
Initializes a new instance of the XmpVersion
class.
public final String getComments()
Gets the comments concerning what was changed.
public final void setComments(String value)
Sets the comments concerning what was changed.
value
- The comments concerning what was changed.public final XmpResourceEvent getEvent()
Gets the high-level, formal description of what operation the user performed.
public final void setEvent(XmpResourceEvent value)
Sets the high-level, formal description of what operation the user performed.
value
- The high-level, formal description of what operation the user performed.public final String getModifier()
Gets the person who modified this version.
public final void setModifier(String value)
Sets the person who modified this version.
value
- The person who modified this version.public final Date getModifyDate()
Gets the date on which this version was checked in.
public final void setModifyDate(Date value)
Sets the date on which this version was checked in.
value
- The date on which this version was checked in.public final String getVersionNumber()
Gets the new version number.
public final void setVersionNumber(String value)
Sets the new version number.
value
- The new version number.