hudson.plugins.sfee.webservice
Class ObjectSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldSoapDO, FolderSoapDO, ItemSoapDO, ProjectSoapDO, RoleSoapDO, TrackerField2SoapDO, TrackerFieldSoapDO, UserSoapDO

public abstract class ObjectSoapDO
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ObjectSoapDO()
           
ObjectSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreatedBy()
          Gets the createdBy value for this ObjectSoapDO.
 java.util.Calendar getCreatedDate()
          Gets the createdDate value for this ObjectSoapDO.
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 getId()
          Gets the id value for this ObjectSoapDO.
 java.lang.String getLastModifiedBy()
          Gets the lastModifiedBy value for this ObjectSoapDO.
 java.util.Calendar getLastModifiedDate()
          Gets the lastModifiedDate value for this ObjectSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getVersion()
          Gets the version value for this ObjectSoapDO.
 int hashCode()
           
 void setCreatedBy(java.lang.String createdBy)
          Sets the createdBy value for this ObjectSoapDO.
 void setCreatedDate(java.util.Calendar createdDate)
          Sets the createdDate value for this ObjectSoapDO.
 void setId(java.lang.String id)
          Sets the id value for this ObjectSoapDO.
 void setLastModifiedBy(java.lang.String lastModifiedBy)
          Sets the lastModifiedBy value for this ObjectSoapDO.
 void setLastModifiedDate(java.util.Calendar lastModifiedDate)
          Sets the lastModifiedDate value for this ObjectSoapDO.
 void setVersion(int version)
          Sets the version value for this ObjectSoapDO.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSoapDO

public ObjectSoapDO()

ObjectSoapDO

public ObjectSoapDO(java.lang.String createdBy,
                    java.util.Calendar createdDate,
                    java.lang.String id,
                    java.lang.String lastModifiedBy,
                    java.util.Calendar lastModifiedDate,
                    int version)
Method Detail

getCreatedBy

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

Returns:
createdBy

setCreatedBy

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

Parameters:
createdBy -

getCreatedDate

public java.util.Calendar getCreatedDate()
Gets the createdDate value for this ObjectSoapDO.

Returns:
createdDate

setCreatedDate

public void setCreatedDate(java.util.Calendar createdDate)
Sets the createdDate value for this ObjectSoapDO.

Parameters:
createdDate -

getId

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

Returns:
id

setId

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

Parameters:
id -

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Gets the lastModifiedBy value for this ObjectSoapDO.

Returns:
lastModifiedBy

setLastModifiedBy

public void setLastModifiedBy(java.lang.String lastModifiedBy)
Sets the lastModifiedBy value for this ObjectSoapDO.

Parameters:
lastModifiedBy -

getLastModifiedDate

public java.util.Calendar getLastModifiedDate()
Gets the lastModifiedDate value for this ObjectSoapDO.

Returns:
lastModifiedDate

setLastModifiedDate

public void setLastModifiedDate(java.util.Calendar lastModifiedDate)
Sets the lastModifiedDate value for this ObjectSoapDO.

Parameters:
lastModifiedDate -

getVersion

public int getVersion()
Gets the version value for this ObjectSoapDO.

Returns:
version

setVersion

public void setVersion(int version)
Sets the version value for this ObjectSoapDO.

Parameters:
version -

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.