com.vasoftware.sf.soap44.webservices.sfmain
Class ObjectSoapDO

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
Direct Known Subclasses:
FolderSoapDO, ItemSoapDO, ProjectSoapDO, RelationshipSoapDO, RoleSoapDO, TrackerFieldSoapDO, UserSoapDO

public abstract class ObjectSoapDO
extends java.lang.Object

Base class for all SOAP data objects.

Since:
4.1
Version:
$Revision: 1.2 $
Author:
Bharat Mediratta , Chary Aasuri

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

ObjectSoapDO

public ObjectSoapDO()
Method Detail

getId

public java.lang.String getId()
Get the id.

Returns:
the id.

setId

public void setId(java.lang.String id)
Set the id

Parameters:
id - the id

getVersion

public int getVersion()
Get the version

Returns:
the version

setVersion

public void setVersion(int version)
Set the version

Parameters:
version - the version

getCreatedBy

public java.lang.String getCreatedBy()
Get the created-by username

Returns:
the created-by username

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Set the created-by username

Parameters:
createdBy - the created-by username

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Get the last-modified-by username

Returns:
the last-modified-by username

setLastModifiedBy

public void setLastModifiedBy(java.lang.String lastModifiedBy)
Set the last-modified by username

Parameters:
lastModifiedBy - the last-modified by username

getCreatedDate

public java.util.Date getCreatedDate()
Get the created date

Returns:
the created date

setCreatedDate

public void setCreatedDate(java.util.Date createdDate)
Set the created date

Parameters:
createdDate - the created date

getLastModifiedDate

public java.util.Date getLastModifiedDate()
Get the last modified date

Returns:
the last modified date

setLastModifiedDate

public void setLastModifiedDate(java.util.Date lastModifiedDate)
Set the last modified date

Parameters:
lastModifiedDate - the last modified date

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)
Registers SOAP type mappings.

Parameters:
call - Soap call.