public class RevisionMetaData extends HierarchyNode<ExtendedGuid>
The revision meta data.
Constructor and Description |
---|
RevisionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the
RevisionMetaData class. |
Modifier and Type | Method and Description |
---|---|
ReadOnlyPersistablePropertyContainerForAuthor |
getAuthorMostRecent()
Gets or sets the author most recent.
|
static RevisionMetaData |
getEmptyRevisionMetaData()
Gets the empty revision metadata.
|
ExtendedGuid |
getGosId()
Gets or sets the node id.
|
com.aspose.ms.System.DateTime |
getLastModifiedTimeStamp()
Gets or sets when the revision object was last modified.
|
void |
setAuthorMostRecent(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author most recent.
|
void |
setGosId(ExtendedGuid value)
Gets or sets the node id.
|
void |
setLastModifiedTimeStamp(com.aspose.ms.System.DateTime value)
Gets or sets when the revision object was last modified.
|
getNodeId, getType
public RevisionMetaData(ExtendedGuid nodeId)
Initializes a new instance of the RevisionMetaData
class.
nodeId
- The node id.public static RevisionMetaData getEmptyRevisionMetaData()
Gets the empty revision metadata.
public ExtendedGuid getGosId()
Gets or sets the node id.
public void setGosId(ExtendedGuid value)
Gets or sets the node id.
public com.aspose.ms.System.DateTime getLastModifiedTimeStamp()
Gets or sets when the revision object was last modified.
public void setLastModifiedTimeStamp(com.aspose.ms.System.DateTime value)
Gets or sets when the revision object was last modified.
public ReadOnlyPersistablePropertyContainerForAuthor getAuthorMostRecent()
Gets or sets the author most recent.
public void setAuthorMostRecent(ReadOnlyPersistablePropertyContainerForAuthor value)
Gets or sets the author most recent.
Copyright (c) 2017 Aspose. All Rights Reserved.