public class ItemSoapDO extends ObjectSoapDO
ItemSoapDO
is the base class for all data objects
within the hierarchy.Constructor and Description |
---|
ItemSoapDO()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
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.