public abstract class ObjectSoapDO extends Object implements Serializable
| Constructor and Description |
|---|
ObjectSoapDO() |
ObjectSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 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.