Class DocumentReviewSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.docman.DocumentReviewSoapDO
DocumentReviewDO class represents the document review for a document.
- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'createdBy'.Returns 'createdDate'.Returns 'description'.int
Returns 'documentVersion'.Returns 'dueDate'.Returns 'endDate'.getId()
Returns 'id'.Returns 'lastModifiedBy'.Returns 'lastModifiedDate'.Returns 'status'.getTitle()
Returns 'title'.int
Returns 'version'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setCreatedBy
(String createdBy) Sets 'createdBy'.void
setCreatedDate
(Date createdDate) Sets 'createdDate'.void
setDescription
(String description) Sets 'description'.void
setDocumentVersion
(int documentVersion) Sets 'documentVersion'.void
setDueDate
(Date dueDate) Sets 'dueDate'.void
setEndDate
(Date endDate) Sets 'endDate'.void
Sets 'id'.void
setLastModifiedBy
(String lastModifiedBy) Sets 'lastModifiedBy'.void
setLastModifiedDate
(Date lastModifiedDate) Sets 'lastModifiedDate'.void
Sets 'status'.void
Sets 'title'.void
setVersion
(int version) Sets 'version'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, setFolderId, setPath
-
Field Details
-
REVIEW_STATUS_OPEN
- See Also:
-
REVIEW_STATUS_CLOSED
- See Also:
-
-
Constructor Details
-
DocumentReviewSoapDO
public DocumentReviewSoapDO()
-
-
Method Details
-
getId
Returns 'id'.- Overrides:
getId
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Returns:
- Value of 'id'.
-
setId
Sets 'id'.- Overrides:
setId
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Parameters:
id
- Value of 'id'.
-
getDocumentVersion
public int getDocumentVersion()Returns 'documentVersion'. The version number of the document- Returns:
- Value of 'documentVersion'.
-
setDocumentVersion
public void setDocumentVersion(int documentVersion) Sets 'documentVersion'. The version number of the document- Parameters:
documentVersion
- Value of 'documentVersion'.
-
getTitle
Returns 'title'. The title of the document review- Overrides:
getTitle
in classItemSoapDO
- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the document review- Overrides:
setTitle
in classItemSoapDO
- Parameters:
title
- Value of 'title'.
-
getDescription
Returns 'description'. The description of the document review- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. The description of the document review- Parameters:
description
- Value of 'description'.
-
getDueDate
Returns 'dueDate'. The date this review is due.- Returns:
- Value of 'dueDate'.
-
setDueDate
Sets 'dueDate'. The date this review is due.- Parameters:
dueDate
- Value of 'dueDate'.
-
getEndDate
Returns 'endDate'. The date review was closed.- Returns:
- Value of 'endDate'.
-
setEndDate
Sets 'endDate'. The date review was closed.- Parameters:
endDate
- Value of 'endDate'.
-
getStatus
Returns 'status'. The status of this review.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. The status of this review.- Parameters:
status
- Value of 'status'.
-
getVersion
public int getVersion()Returns 'version'. The version number of the review- Overrides:
getVersion
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Returns:
- Value of 'version'.
-
setVersion
public void setVersion(int version) Sets 'version'. The version number of the review- Overrides:
setVersion
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Parameters:
version
- Value of 'version'.
-
getCreatedBy
Returns 'createdBy'. Name of the user this review was created by.- Overrides:
getCreatedBy
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Returns:
- Value of 'createdBy'.
-
setCreatedBy
Sets 'createdBy'. Name of the user this review was created by.- Overrides:
setCreatedBy
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Parameters:
createdBy
- Value of 'createdBy'.
-
getCreatedDate
Returns 'createdDate'. Date this review was created.- Overrides:
getCreatedDate
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Returns:
- Value of 'createdDate'.
-
setCreatedDate
Sets 'createdDate'. Date this review was created.- Overrides:
setCreatedDate
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Parameters:
createdDate
- Value of 'createdDate'.
-
getLastModifiedBy
Returns 'lastModifiedBy'. Name of the user who modified this review last time.- Overrides:
getLastModifiedBy
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Returns:
- Value of 'lastModifiedBy'.
-
setLastModifiedBy
Sets 'lastModifiedBy'. Name of the user who modified this review last time.- Overrides:
setLastModifiedBy
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Parameters:
lastModifiedBy
- Value of 'lastModifiedBy'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. Date this review was last modified.- Overrides:
getLastModifiedDate
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. Date this review was last modified.- Overrides:
setLastModifiedDate
in classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
- Parameters:
lastModifiedDate
- Value of 'lastModifiedDate'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-