|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sfee.webservice.ObjectSoapDO
public abstract class ObjectSoapDO
| Constructor Summary | |
|---|---|
ObjectSoapDO()
|
|
ObjectSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCreatedBy()
Gets the createdBy value for this ObjectSoapDO. |
Calendar |
getCreatedDate()
Gets the createdDate value for this ObjectSoapDO. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getId()
Gets the id value for this ObjectSoapDO. |
String |
getLastModifiedBy()
Gets the lastModifiedBy value for this ObjectSoapDO. |
Calendar |
getLastModifiedDate()
Gets the lastModifiedDate value for this ObjectSoapDO. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
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(String createdBy)
Sets the createdBy value for this ObjectSoapDO. |
void |
setCreatedDate(Calendar createdDate)
Sets the createdDate value for this ObjectSoapDO. |
void |
setId(String id)
Sets the id value for this ObjectSoapDO. |
void |
setLastModifiedBy(String lastModifiedBy)
Sets the lastModifiedBy value for this ObjectSoapDO. |
void |
setLastModifiedDate(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 |
|---|
public ObjectSoapDO()
public ObjectSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version)
| Method Detail |
|---|
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
createdDate - public String getId()
public void setId(String id)
id - public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - public Calendar getLastModifiedDate()
public void setLastModifiedDate(Calendar lastModifiedDate)
lastModifiedDate - public int getVersion()
public void setVersion(int version)
version - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||