|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
public abstract class ObjectSoapDO
Base class for all SOAP data objects.
| Constructor Summary | |
|---|---|
ObjectSoapDO()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectSoapDO()
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||