Class DocumentDetail

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

public class DocumentDetail extends Object implements Serializable

The DocumentDetail class contains information about a content repository document.

See Also:
  • Constructor Details

    • DocumentDetail

      public DocumentDetail()
  • Method Details

    • getDocumentScanStatus

      public String getDocumentScanStatus()
      Gets the virus scan status of document.
      Returns:
      the status of scanned document.
    • setDocumentScanStatus

      public void setDocumentScanStatus(String documentScanStatus)
    • getUuid

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

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

      public String getTitle()
      Gets the title of the content repository document.
      Returns:
      String the title of the document.
    • setTitle

      public void setTitle(String title)
      Sets the title of the content repository document.
      Parameters:
      title - the value to set to this field.
    • getSecurityPolicy

      public DocumentSecurityPolicy getSecurityPolicy()
      Gets security policy of the content repository document.
      Returns:
      DocumentSecurityPolicy the document security policy of teh document.
    • setSecurityPolicy

      public void setSecurityPolicy(DocumentSecurityPolicy securityPolicy)
      Sets the document security policy of the content repository document.
      Parameters:
      securityPolicy - the value to set to this field.
    • getAuthor

      public String getAuthor()
      Gets the author name of the content repository document.
      Returns:
      String the author name of the document.
    • setAuthor

      public void setAuthor(String author)
      Sets author name of the content repository document.
      Parameters:
      author - the value to set to this field.
    • getFilepath

      public String getFilepath()
      Gets the file path of the content repository document.
      Returns:
      String the file path of the document.
    • setFilepath

      public void setFilepath(String filepath)
      Sets the file path of the content repository document.
      Parameters:
      filepath - the value to set to this field.
    • getFileName

      public String getFileName()
      Gets the file name of the content repository document.
      Returns:
      String the document file name.
    • setFileName

      public void setFileName(String fileName)
      Sets the file name of the content repository document.
      Parameters:
      fileName - the value to set to this field.
    • getLastModifiedBy

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

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

      public String getMimeType()
      Gets the MIME type of the content repository document.
      Returns:
      String the MIME type of the document.
    • setMimeType

      public void setMimeType(String mimeType)
      Sets the MIME type of the content repository document.
      Parameters:
      mimeType - the value to set to this field.
    • getVersion

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

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

      public Date getLastModifiedDate()
      Gets the date the content repository document was last updated.
      Returns:
      Date the most recent date the document was last updated.
    • 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.
    • getReviewStatus

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

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

      public String getWorkflowId()
      Gets the work flow ID associated with the content repository document.
      Returns:
      String the work flow ID of the document.
    • 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.
    • getAuthorId

      public String getAuthorId()
    • setAuthorId

      public void setAuthorId(String authorId)