|
|||||||||
| 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
com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
public class ItemSoapDO
ItemSoapDO is the base class for all data objects
within the hierarchy.
| Constructor Summary | |
|---|---|
ItemSoapDO()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFolderId()
Returns the container (folder) ID of the item. |
java.lang.String |
getPath()
Get the path |
java.lang.String |
getTitle()
Get the title |
static void |
registerTypeMappings(org.apache.axis.client.Call call)
Registers SOAP type mappings. |
void |
setFolderId(java.lang.String folderId)
Sets the container (folder) ID of the item. |
void |
setPath(java.lang.String path)
Set the path |
void |
setTitle(java.lang.String title)
Set the title |
| Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO |
|---|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemSoapDO()
| Method Detail |
|---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - the pathpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the titlepublic java.lang.String getFolderId()
public void setFolderId(java.lang.String folderId)
folderId - Item's container (folder) id.public 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 | ||||||||