Class DocumentVersion

java.lang.Object
com.primavera.integration.common.cr.DocumentVersion
All Implemented Interfaces:
Serializable

public class DocumentVersion extends Object implements Serializable

The DocumentVersion class contains information about a version of Content Repository document.

See Also:
  • Constructor Details

    • DocumentVersion

      public DocumentVersion()
  • Method Details

    • getUuid

      public String getUuid()
      Gets the unique ID of the content repository document.
      Returns:
      String the unique ID of the document.
    • getVersion

      public String getVersion()
      Gets the version number of the content repository document.
      Returns:
      String the version number of the document.
    • getLastModifiedBy

      public String getLastModifiedBy()
      Gets the name of the user who last updated the content repository document.
      Returns:
      String the name of the user.
    • getComment

      public String getComment()
      Gets the comment for this version of the document.
      Returns:
      String the comment for this version of the document.
    • getReviewStatus

      public String getReviewStatus()
      Gets the review status of the content repository document.
      Returns:
      String the review status of the document.
    • getWorkflowId

      public String getWorkflowId()
      Gets the work flow ID of the content repository document.
      Returns:
      String the work flow ID of the document.
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Gets the date the content repository document was last updated.
      Returns:
      Date the last updated date for the document.
    • setUuid

      public void setUuid(String uuid)
      Sets the unique ID of the content repository document.
      Parameters:
      uuid - the value to set to this field.
    • setVersion

      public void setVersion(String version)
      Sets the version of the content repository document.
      Parameters:
      version - the value to set to this field.
    • setLastModifiedBy

      public void setLastModifiedBy(String author)
      Sets the name of the user who last updated the content repository document.
      Parameters:
      author - the value to set to this field.
    • setComment

      public void setComment(String comment)
      Sets the comment for this version of the document.
      Parameters:
      comment - the value to set to this field.
    • setReviewStatus

      public void setReviewStatus(String reviewStatus)
      Sets the review status for the content repository document.
      Parameters:
      reviewStatus - the value to set to this field.
    • setWorkflowId

      public void setWorkflowId(String workflowId)
      Sets the work flow ID for the content repository document.
      Parameters:
      workflowId - the value to set to this field.
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Sets the last updated date for the content repository document.
      Parameters:
      lastModifiedDate - the value to set to this field