hudson.plugins.sfee.webservice
Class DocumentReviewSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.ItemSoapDO
          extended by hudson.plugins.sfee.webservice.DocumentReviewSoapDO
All Implemented Interfaces:
java.io.Serializable

public class DocumentReviewSoapDO
extends ItemSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DocumentReviewSoapDO()
           
DocumentReviewSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String folderId, java.lang.String path, java.lang.String title, java.lang.String description, int documentVersion, java.util.Calendar dueDate, java.util.Calendar endDate, java.lang.String status)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this DocumentReviewSoapDO.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDocumentVersion()
          Gets the documentVersion value for this DocumentReviewSoapDO.
 java.util.Calendar getDueDate()
          Gets the dueDate value for this DocumentReviewSoapDO.
 java.util.Calendar getEndDate()
          Gets the endDate value for this DocumentReviewSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this DocumentReviewSoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this DocumentReviewSoapDO.
 void setDocumentVersion(int documentVersion)
          Sets the documentVersion value for this DocumentReviewSoapDO.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this DocumentReviewSoapDO.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this DocumentReviewSoapDO.
 void setStatus(java.lang.String status)
          Sets the status value for this DocumentReviewSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentReviewSoapDO

public DocumentReviewSoapDO()

DocumentReviewSoapDO

public DocumentReviewSoapDO(java.lang.String createdBy,
                            java.util.Calendar createdDate,
                            java.lang.String id,
                            java.lang.String lastModifiedBy,
                            java.util.Calendar lastModifiedDate,
                            int version,
                            java.lang.String folderId,
                            java.lang.String path,
                            java.lang.String title,
                            java.lang.String description,
                            int documentVersion,
                            java.util.Calendar dueDate,
                            java.util.Calendar endDate,
                            java.lang.String status)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this DocumentReviewSoapDO.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this DocumentReviewSoapDO.

Parameters:
description -

getDocumentVersion

public int getDocumentVersion()
Gets the documentVersion value for this DocumentReviewSoapDO.

Returns:
documentVersion

setDocumentVersion

public void setDocumentVersion(int documentVersion)
Sets the documentVersion value for this DocumentReviewSoapDO.

Parameters:
documentVersion -

getDueDate

public java.util.Calendar getDueDate()
Gets the dueDate value for this DocumentReviewSoapDO.

Returns:
dueDate

setDueDate

public void setDueDate(java.util.Calendar dueDate)
Sets the dueDate value for this DocumentReviewSoapDO.

Parameters:
dueDate -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this DocumentReviewSoapDO.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this DocumentReviewSoapDO.

Parameters:
endDate -

getStatus

public java.lang.String getStatus()
Gets the status value for this DocumentReviewSoapDO.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this DocumentReviewSoapDO.

Parameters:
status -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ItemSoapDO

hashCode

public int hashCode()
Overrides:
hashCode in class ItemSoapDO

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.