public class DocumentReviewSoapDO extends ItemSoapDO implements Serializable
| Constructor and Description |
|---|
DocumentReviewSoapDO() |
DocumentReviewSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String folderId,
String path,
String title,
String description,
int documentVersion,
Calendar dueDate,
Calendar endDate,
String status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this DocumentReviewSoapDO.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getDocumentVersion()
Gets the documentVersion value for this DocumentReviewSoapDO.
|
Calendar |
getDueDate()
Gets the dueDate value for this DocumentReviewSoapDO.
|
Calendar |
getEndDate()
Gets the endDate value for this DocumentReviewSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this DocumentReviewSoapDO.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this DocumentReviewSoapDO.
|
void |
setDocumentVersion(int documentVersion)
Sets the documentVersion value for this DocumentReviewSoapDO.
|
void |
setDueDate(Calendar dueDate)
Sets the dueDate value for this DocumentReviewSoapDO.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this DocumentReviewSoapDO.
|
void |
setStatus(String status)
Sets the status value for this DocumentReviewSoapDO.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitlegetCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic String getDescription()
public void setDescription(String description)
description - public int getDocumentVersion()
public void setDocumentVersion(int documentVersion)
documentVersion - public Calendar getDueDate()
public void setDueDate(Calendar dueDate)
dueDate - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public String getStatus()
public void setStatus(String status)
status - public boolean equals(Object obj)
equals in class ItemSoapDOpublic int hashCode()
hashCode in class ItemSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.