Class DocumentDetail
java.lang.Object
com.primavera.integration.common.cr.DocumentDetail
- All Implemented Interfaces:
Serializable
The DocumentDetail class contains information about a content repository document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the author name of the content repository document.Gets the virus scan status of document.Gets the file name of the content repository document.Gets the file path of the content repository 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 MIME type of the content repository document.Gets the review status of the content repository document.Gets security policy of the content repository document.getTitle()Gets the title 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 associated with the content repository document.voidSets author name of the content repository document.voidsetAuthorId(String authorId) voidsetDocumentScanStatus(String documentScanStatus) voidsetFileName(String fileName) Sets the file name of the content repository document.voidsetFilepath(String filepath) Sets the file path of the content repository document.voidsetLastModifiedBy(String lastModifiedBy) 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.voidsetMimeType(String mimeType) Sets the MIME type of the content repository document.voidsetReviewStatus(String reviewStatus) Sets the review status for the content repository document.voidsetSecurityPolicy(DocumentSecurityPolicy securityPolicy) Sets the document security policy of the content repository document.voidSets the title of the content repository document.voidSets the unique ID of 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
-
DocumentDetail
public DocumentDetail()
-
-
Method Details
-
getDocumentScanStatus
Gets the virus scan status of document.- Returns:
- the status of scanned document.
-
setDocumentScanStatus
-
getUuid
Gets the unique ID of the content repository document.- Returns:
- String the unique ID of the document.
-
setUuid
Sets the unique ID of content repository document.- Parameters:
uuid- the value to set to this field.
-
getTitle
Gets the title of the content repository document.- Returns:
- String the title of the document.
-
setTitle
Sets the title of the content repository document.- Parameters:
title- the value to set to this field.
-
getSecurityPolicy
Gets security policy of the content repository document.- Returns:
- DocumentSecurityPolicy the document security policy of teh document.
-
setSecurityPolicy
Sets the document security policy of the content repository document.- Parameters:
securityPolicy- the value to set to this field.
-
getAuthor
Gets the author name of the content repository document.- Returns:
- String the author name of the document.
-
setAuthor
Sets author name of the content repository document.- Parameters:
author- the value to set to this field.
-
getFilepath
Gets the file path of the content repository document.- Returns:
- String the file path of the document.
-
setFilepath
Sets the file path of the content repository document.- Parameters:
filepath- the value to set to this field.
-
getFileName
Gets the file name of the content repository document.- Returns:
- String the document file name.
-
setFileName
Sets the file name of the content repository document.- Parameters:
fileName- the value to set to this field.
-
getLastModifiedBy
Gets the name of the user who last updated the content repository document.- Returns:
- String the user name.
-
setLastModifiedBy
Sets the name of the user who last updated the content repository document.- Parameters:
author- the value to set this field to
-
getMimeType
Gets the MIME type of the content repository document.- Returns:
- String the MIME type of the document.
-
setMimeType
Sets the MIME type of the content repository document.- Parameters:
mimeType- the value to set to this field.
-
getVersion
Gets the version number of the content repository document.- Returns:
- String the version number of the document.
-
setVersion
Sets the version of the content repository document.- Parameters:
version- the value to set to this field.
-
getLastModifiedDate
Gets the date the content repository document was last updated.- Returns:
- Date the most recent date the document was last updated.
-
setLastModifiedDate
Sets the last updated date for the content repository document.- Parameters:
lastModifiedDate- the value to set to this field.
-
getReviewStatus
Gets the review status of the content repository document.- Returns:
- String the review status of the document.
-
setReviewStatus
Sets the review status for the content repository document.- Parameters:
reviewStatus- the value to set this field to
-
getWorkflowId
Gets the work flow ID associated with the content repository document.- Returns:
- String the work flow ID of the document.
-
setWorkflowId
Sets the work flow ID for the content repository document.- Parameters:
workflowId- the value to set to this field.
-
getAuthorId
-
setAuthorId
-