public class DocumentReviewSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
DocumentReviewSoapRow() |
DocumentReviewSoapRow(String createdBy,
Calendar dateCreated,
String description,
String documentId,
Calendar dueDate,
Calendar endDate,
String id,
String[] optionalReviewersUsernames,
String[] requiredReviewersUsernames,
String status,
String title,
int versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedBy()
Gets the createdBy value for this DocumentReviewSoapRow.
|
Calendar |
getDateCreated()
Gets the dateCreated value for this DocumentReviewSoapRow.
|
String |
getDescription()
Gets the description value for this DocumentReviewSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDocumentId()
Gets the documentId value for this DocumentReviewSoapRow.
|
Calendar |
getDueDate()
Gets the dueDate value for this DocumentReviewSoapRow.
|
Calendar |
getEndDate()
Gets the endDate value for this DocumentReviewSoapRow.
|
String |
getId()
Gets the id value for this DocumentReviewSoapRow.
|
String[] |
getOptionalReviewersUsernames()
Gets the optionalReviewersUsernames value for this DocumentReviewSoapRow.
|
String[] |
getRequiredReviewersUsernames()
Gets the requiredReviewersUsernames value for this DocumentReviewSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this DocumentReviewSoapRow.
|
String |
getTitle()
Gets the title value for this DocumentReviewSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getVersionNumber()
Gets the versionNumber value for this DocumentReviewSoapRow.
|
int |
hashCode() |
void |
setCreatedBy(String createdBy)
Sets the createdBy value for this DocumentReviewSoapRow.
|
void |
setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this DocumentReviewSoapRow.
|
void |
setDescription(String description)
Sets the description value for this DocumentReviewSoapRow.
|
void |
setDocumentId(String documentId)
Sets the documentId value for this DocumentReviewSoapRow.
|
void |
setDueDate(Calendar dueDate)
Sets the dueDate value for this DocumentReviewSoapRow.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this DocumentReviewSoapRow.
|
void |
setId(String id)
Sets the id value for this DocumentReviewSoapRow.
|
void |
setOptionalReviewersUsernames(String[] optionalReviewersUsernames)
Sets the optionalReviewersUsernames value for this DocumentReviewSoapRow.
|
void |
setRequiredReviewersUsernames(String[] requiredReviewersUsernames)
Sets the requiredReviewersUsernames value for this DocumentReviewSoapRow.
|
void |
setStatus(String status)
Sets the status value for this DocumentReviewSoapRow.
|
void |
setTitle(String title)
Sets the title value for this DocumentReviewSoapRow.
|
void |
setVersionNumber(int versionNumber)
Sets the versionNumber value for this DocumentReviewSoapRow.
|
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreated)
dateCreated - public String getDescription()
public void setDescription(String description)
description - public String getDocumentId()
public void setDocumentId(String documentId)
documentId - public Calendar getDueDate()
public void setDueDate(Calendar dueDate)
dueDate - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public String getId()
public void setId(String id)
id - public String[] getOptionalReviewersUsernames()
public void setOptionalReviewersUsernames(String[] optionalReviewersUsernames)
optionalReviewersUsernames - public String[] getRequiredReviewersUsernames()
public void setRequiredReviewersUsernames(String[] requiredReviewersUsernames)
requiredReviewersUsernames - public String getStatus()
public void setStatus(String status)
status - public String getTitle()
public void setTitle(String title)
title - public int getVersionNumber()
public void setVersionNumber(int versionNumber)
versionNumber - public 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.