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'.intReturns 'documentVersion'.Returns 'dueDate'.Returns 'endDate'.getId()Returns 'id'.Returns 'lastModifiedBy'.Returns 'lastModifiedDate'.Returns 'status'.getTitle()Returns 'title'.intReturns 'version'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetCreatedBy(String createdBy) Sets 'createdBy'.voidsetCreatedDate(Date createdDate) Sets 'createdDate'.voidsetDescription(String description) Sets 'description'.voidsetDocumentVersion(int documentVersion) Sets 'documentVersion'.voidsetDueDate(Date dueDate) Sets 'dueDate'.voidsetEndDate(Date endDate) Sets 'endDate'.voidSets 'id'.voidsetLastModifiedBy(String lastModifiedBy) Sets 'lastModifiedBy'.voidsetLastModifiedDate(Date lastModifiedDate) Sets 'lastModifiedDate'.voidSets 'status'.voidSets 'title'.voidsetVersion(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:
getIdin classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'id'.
-
setId
Sets 'id'.- Overrides:
setIdin 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:
getTitlein classItemSoapDO- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. The title of the document review- Overrides:
setTitlein 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:
getVersionin 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:
setVersionin 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:
getCreatedByin classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'createdBy'.
-
setCreatedBy
Sets 'createdBy'. Name of the user this review was created by.- Overrides:
setCreatedByin classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Parameters:
createdBy- Value of 'createdBy'.
-
getCreatedDate
Returns 'createdDate'. Date this review was created.- Overrides:
getCreatedDatein classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'createdDate'.
-
setCreatedDate
Sets 'createdDate'. Date this review was created.- Overrides:
setCreatedDatein 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:
getLastModifiedByin 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:
setLastModifiedByin classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Parameters:
lastModifiedBy- Value of 'lastModifiedBy'.
-
getLastModifiedDate
Returns 'lastModifiedDate'. Date this review was last modified.- Overrides:
getLastModifiedDatein classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
Sets 'lastModifiedDate'. Date this review was last modified.- Overrides:
setLastModifiedDatein classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Parameters:
lastModifiedDate- Value of 'lastModifiedDate'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-