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
-
public class DocumentReviewSoapDO extends ItemSoapDO
DocumentReviewDO class represents the document review for a document.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringREVIEW_STATUS_CLOSEDstatic StringREVIEW_STATUS_OPEN
-
Constructor Summary
Constructors Constructor Description DocumentReviewSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedBy()Returns 'createdBy'.DategetCreatedDate()Returns 'createdDate'.StringgetDescription()Returns 'description'.intgetDocumentVersion()Returns 'documentVersion'.DategetDueDate()Returns 'dueDate'.DategetEndDate()Returns 'endDate'.StringgetId()Returns 'id'.StringgetLastModifiedBy()Returns 'lastModifiedBy'.DategetLastModifiedDate()Returns 'lastModifiedDate'.StringgetStatus()Returns 'status'.StringgetTitle()Returns 'title'.intgetVersion()Returns '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'.voidsetId(String id)Sets 'id'.voidsetLastModifiedBy(String lastModifiedBy)Sets 'lastModifiedBy'.voidsetLastModifiedDate(Date lastModifiedDate)Sets 'lastModifiedDate'.voidsetStatus(String status)Sets 'status'.voidsetTitle(String title)Sets 'title'.voidsetVersion(int version)Sets 'version'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, setFolderId, setPath
-
-
-
-
Field Detail
-
REVIEW_STATUS_OPEN
public static final String REVIEW_STATUS_OPEN
- See Also:
- Constant Field Values
-
REVIEW_STATUS_CLOSED
public static final String REVIEW_STATUS_CLOSED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
Returns 'id'.- Overrides:
getIdin classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
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
public String getTitle()
Returns 'title'. The title of the document review- Overrides:
getTitlein classItemSoapDO- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the document review- Overrides:
setTitlein classItemSoapDO- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The description of the document review- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The description of the document review- Parameters:
description- Value of 'description'.
-
getDueDate
public Date getDueDate()
Returns 'dueDate'. The date this review is due.- Returns:
- Value of 'dueDate'.
-
setDueDate
public void setDueDate(Date dueDate)
Sets 'dueDate'. The date this review is due.- Parameters:
dueDate- Value of 'dueDate'.
-
getEndDate
public Date getEndDate()
Returns 'endDate'. The date review was closed.- Returns:
- Value of 'endDate'.
-
setEndDate
public void setEndDate(Date endDate)
Sets 'endDate'. The date review was closed.- Parameters:
endDate- Value of 'endDate'.
-
getStatus
public String getStatus()
Returns 'status'. The status of this review.- Returns:
- Value of 'status'.
-
setStatus
public void setStatus(String status)
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
public String 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
public void setCreatedBy(String createdBy)
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
public Date getCreatedDate()
Returns 'createdDate'. Date this review was created.- Overrides:
getCreatedDatein classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'createdDate'.
-
setCreatedDate
public void setCreatedDate(Date createdDate)
Sets 'createdDate'. Date this review was created.- Overrides:
setCreatedDatein classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Parameters:
createdDate- Value of 'createdDate'.
-
getLastModifiedBy
public String 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
public void setLastModifiedBy(String lastModifiedBy)
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
public Date getLastModifiedDate()
Returns 'lastModifiedDate'. Date this review was last modified.- Overrides:
getLastModifiedDatein classcom.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO- Returns:
- Value of 'lastModifiedDate'.
-
setLastModifiedDate
public void setLastModifiedDate(Date lastModifiedDate)
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)
-
-