public abstract class ObjectSoapDO
extends java.lang.Object
Constructor and Description |
---|
ObjectSoapDO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy()
Get the created-by username
|
java.util.Date |
getCreatedDate()
Get the created date
|
java.lang.String |
getId()
Get the id.
|
java.lang.String |
getLastModifiedBy()
Get the last-modified-by username
|
java.util.Date |
getLastModifiedDate()
Get the last modified date
|
int |
getVersion()
Get the version
|
static void |
registerTypeMappings(org.apache.axis.client.Call call)
Registers SOAP type mappings.
|
void |
setCreatedBy(java.lang.String createdBy)
Set the created-by username
|
void |
setCreatedDate(java.util.Date createdDate)
Set the created date
|
void |
setId(java.lang.String id)
Set the id
|
void |
setLastModifiedBy(java.lang.String lastModifiedBy)
Set the last-modified by username
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
Set the last modified date
|
void |
setVersion(int version)
Set the version
|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the idpublic int getVersion()
public void setVersion(int version)
version
- the versionpublic java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String createdBy)
createdBy
- the created-by usernamepublic java.lang.String getLastModifiedBy()
public void setLastModifiedBy(java.lang.String lastModifiedBy)
lastModifiedBy
- the last-modified by usernamepublic java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
createdDate
- the created datepublic java.util.Date getLastModifiedDate()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate
- the last modified datepublic static void registerTypeMappings(org.apache.axis.client.Call call)
call
- Soap call.