public class DocumentReviewSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
REVIEW_STATUS_CLOSED |
static String |
REVIEW_STATUS_OPEN |
Constructor and Description |
---|
DocumentReviewSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Returns 'createdBy'.
|
Date |
getCreatedDate()
Returns 'createdDate'.
|
String |
getDescription()
Returns 'description'.
|
int |
getDocumentVersion()
Returns 'documentVersion'.
|
Date |
getDueDate()
Returns 'dueDate'.
|
Date |
getEndDate()
Returns 'endDate'.
|
String |
getId()
Returns 'id'.
|
String |
getLastModifiedBy()
Returns 'lastModifiedBy'.
|
Date |
getLastModifiedDate()
Returns 'lastModifiedDate'.
|
String |
getStatus()
Returns 'status'.
|
String |
getTitle()
Returns 'title'.
|
int |
getVersion()
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 |
setId(String id)
Sets 'id'.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets 'lastModifiedBy'.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Sets 'lastModifiedDate'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setTitle(String title)
Sets 'title'.
|
void |
setVersion(int version)
Sets 'version'.
|
public static final String REVIEW_STATUS_OPEN
public static final String REVIEW_STATUS_CLOSED
public String getId()
getId
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setId(String id)
setId
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
id
- Value of 'id'.public int getDocumentVersion()
public void setDocumentVersion(int documentVersion)
documentVersion
- Value of 'documentVersion'.public String getTitle()
getTitle
in class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
public void setTitle(String title)
setTitle
in class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
title
- Value of 'title'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public Date getDueDate()
public void setDueDate(Date dueDate)
dueDate
- Value of 'dueDate'.public Date getEndDate()
public void setEndDate(Date endDate)
endDate
- Value of 'endDate'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public int getVersion()
getVersion
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setVersion(int version)
setVersion
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
version
- Value of 'version'.public String getCreatedBy()
getCreatedBy
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setCreatedBy(String createdBy)
setCreatedBy
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
createdBy
- Value of 'createdBy'.public Date getCreatedDate()
getCreatedDate
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setCreatedDate(Date createdDate)
setCreatedDate
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
createdDate
- Value of 'createdDate'.public String getLastModifiedBy()
getLastModifiedBy
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
lastModifiedBy
- Value of 'lastModifiedBy'.public Date getLastModifiedDate()
getLastModifiedDate
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
public void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate
in class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
lastModifiedDate
- Value of 'lastModifiedDate'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.