Class DocumentVersion
java.lang.Object
com.primavera.integration.common.cr.DocumentVersion
- All Implemented Interfaces:
Serializable
The DocumentVersion class contains information about a version of Content Repository document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the comment for this version of the document.Gets the name of the user who last updated the content repository document.Gets the date the content repository document was last updated.Gets the review status of the content repository document.getUuid()Gets the unique ID of the content repository document.Gets the version number of the content repository document.Gets the work flow ID of the content repository document.voidsetComment(String comment) Sets the comment for this version of the document.voidsetLastModifiedBy(String author) Sets the name of the user who last updated the content repository document.voidsetLastModifiedDate(Date lastModifiedDate) Sets the last updated date for the content repository document.voidsetReviewStatus(String reviewStatus) Sets the review status for the content repository document.voidSets the unique ID of the content repository document.voidsetVersion(String version) Sets the version of the content repository document.voidsetWorkflowId(String workflowId) Sets the work flow ID for the content repository document.
-
Constructor Details
-
DocumentVersion
public DocumentVersion()
-
-
Method Details
-
getUuid
Gets the unique ID of the content repository document.- Returns:
- String the unique ID of the document.
-
getVersion
Gets the version number of the content repository document.- Returns:
- String the version number of the document.
-
getLastModifiedBy
Gets the name of the user who last updated the content repository document.- Returns:
- String the name of the user.
-
getComment
Gets the comment for this version of the document.- Returns:
- String the comment for this version of the document.
-
getReviewStatus
Gets the review status of the content repository document.- Returns:
- String the review status of the document.
-
getWorkflowId
Gets the work flow ID of the content repository document.- Returns:
- String the work flow ID of the document.
-
getLastModifiedDate
Gets the date the content repository document was last updated.- Returns:
- Date the last updated date for the document.
-
setUuid
Sets the unique ID of the content repository document.- Parameters:
uuid- the value to set to this field.
-
setVersion
Sets the version of the content repository document.- Parameters:
version- the value to set to this field.
-
setLastModifiedBy
Sets the name of the user who last updated the content repository document.- Parameters:
author- the value to set to this field.
-
setComment
Sets the comment for this version of the document.- Parameters:
comment- the value to set to this field.
-
setReviewStatus
Sets the review status for the content repository document.- Parameters:
reviewStatus- the value to set to this field.
-
setWorkflowId
Sets the work flow ID for the content repository document.- Parameters:
workflowId- the value to set to this field.
-
setLastModifiedDate
Sets the last updated date for the content repository document.- Parameters:
lastModifiedDate- the value to set to this field
-