hudson.plugins.sfee.webservice
Class DocumentReviewSoapRow

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

public class DocumentReviewSoapRow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DocumentReviewSoapRow()
           
DocumentReviewSoapRow(java.lang.String createdBy, java.util.Calendar dateCreated, java.lang.String description, java.lang.String documentId, java.util.Calendar dueDate, java.util.Calendar endDate, java.lang.String id, java.lang.String[] optionalReviewersUsernames, java.lang.String[] requiredReviewersUsernames, java.lang.String status, java.lang.String title, int versionNumber)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreatedBy()
          Gets the createdBy value for this DocumentReviewSoapRow.
 java.util.Calendar getDateCreated()
          Gets the dateCreated value for this DocumentReviewSoapRow.
 java.lang.String getDescription()
          Gets the description value for this DocumentReviewSoapRow.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDocumentId()
          Gets the documentId value for this DocumentReviewSoapRow.
 java.util.Calendar getDueDate()
          Gets the dueDate value for this DocumentReviewSoapRow.
 java.util.Calendar getEndDate()
          Gets the endDate value for this DocumentReviewSoapRow.
 java.lang.String getId()
          Gets the id value for this DocumentReviewSoapRow.
 java.lang.String[] getOptionalReviewersUsernames()
          Gets the optionalReviewersUsernames value for this DocumentReviewSoapRow.
 java.lang.String[] getRequiredReviewersUsernames()
          Gets the requiredReviewersUsernames value for this DocumentReviewSoapRow.
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 DocumentReviewSoapRow.
 java.lang.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(java.lang.String createdBy)
          Sets the createdBy value for this DocumentReviewSoapRow.
 void setDateCreated(java.util.Calendar dateCreated)
          Sets the dateCreated value for this DocumentReviewSoapRow.
 void setDescription(java.lang.String description)
          Sets the description value for this DocumentReviewSoapRow.
 void setDocumentId(java.lang.String documentId)
          Sets the documentId value for this DocumentReviewSoapRow.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this DocumentReviewSoapRow.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this DocumentReviewSoapRow.
 void setId(java.lang.String id)
          Sets the id value for this DocumentReviewSoapRow.
 void setOptionalReviewersUsernames(java.lang.String[] optionalReviewersUsernames)
          Sets the optionalReviewersUsernames value for this DocumentReviewSoapRow.
 void setRequiredReviewersUsernames(java.lang.String[] requiredReviewersUsernames)
          Sets the requiredReviewersUsernames value for this DocumentReviewSoapRow.
 void setStatus(java.lang.String status)
          Sets the status value for this DocumentReviewSoapRow.
 void setTitle(java.lang.String title)
          Sets the title value for this DocumentReviewSoapRow.
 void setVersionNumber(int versionNumber)
          Sets the versionNumber value for this DocumentReviewSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentReviewSoapRow

public DocumentReviewSoapRow()

DocumentReviewSoapRow

public DocumentReviewSoapRow(java.lang.String createdBy,
                             java.util.Calendar dateCreated,
                             java.lang.String description,
                             java.lang.String documentId,
                             java.util.Calendar dueDate,
                             java.util.Calendar endDate,
                             java.lang.String id,
                             java.lang.String[] optionalReviewersUsernames,
                             java.lang.String[] requiredReviewersUsernames,
                             java.lang.String status,
                             java.lang.String title,
                             int versionNumber)
Method Detail

getCreatedBy

public java.lang.String getCreatedBy()
Gets the createdBy value for this DocumentReviewSoapRow.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets the createdBy value for this DocumentReviewSoapRow.

Parameters:
createdBy -

getDateCreated

public java.util.Calendar getDateCreated()
Gets the dateCreated value for this DocumentReviewSoapRow.

Returns:
dateCreated

setDateCreated

public void setDateCreated(java.util.Calendar dateCreated)
Sets the dateCreated value for this DocumentReviewSoapRow.

Parameters:
dateCreated -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDocumentId

public java.lang.String getDocumentId()
Gets the documentId value for this DocumentReviewSoapRow.

Returns:
documentId

setDocumentId

public void setDocumentId(java.lang.String documentId)
Sets the documentId value for this DocumentReviewSoapRow.

Parameters:
documentId -

getDueDate

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

Returns:
dueDate

setDueDate

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

Parameters:
dueDate -

getEndDate

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

Returns:
endDate

setEndDate

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

Parameters:
endDate -

getId

public java.lang.String getId()
Gets the id value for this DocumentReviewSoapRow.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this DocumentReviewSoapRow.

Parameters:
id -

getOptionalReviewersUsernames

public java.lang.String[] getOptionalReviewersUsernames()
Gets the optionalReviewersUsernames value for this DocumentReviewSoapRow.

Returns:
optionalReviewersUsernames

setOptionalReviewersUsernames

public void setOptionalReviewersUsernames(java.lang.String[] optionalReviewersUsernames)
Sets the optionalReviewersUsernames value for this DocumentReviewSoapRow.

Parameters:
optionalReviewersUsernames -

getRequiredReviewersUsernames

public java.lang.String[] getRequiredReviewersUsernames()
Gets the requiredReviewersUsernames value for this DocumentReviewSoapRow.

Returns:
requiredReviewersUsernames

setRequiredReviewersUsernames

public void setRequiredReviewersUsernames(java.lang.String[] requiredReviewersUsernames)
Sets the requiredReviewersUsernames value for this DocumentReviewSoapRow.

Parameters:
requiredReviewersUsernames -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getTitle

public java.lang.String getTitle()
Gets the title value for this DocumentReviewSoapRow.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this DocumentReviewSoapRow.

Parameters:
title -

getVersionNumber

public int getVersionNumber()
Gets the versionNumber value for this DocumentReviewSoapRow.

Returns:
versionNumber

setVersionNumber

public void setVersionNumber(int versionNumber)
Sets the versionNumber value for this DocumentReviewSoapRow.

Parameters:
versionNumber -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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 © 2008. All Rights Reserved.