|
|||||||||
| 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.FolderSoapDO
public abstract class FolderSoapDO
Basic data inherited by all container objects extending this data type.
| Constructor Summary | |
|---|---|
FolderSoapDO()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the folder description. |
java.lang.String |
getParentFolderId()
Returns the parent container (folder) id, if one exists. |
java.lang.String |
getPath()
Returns the folder path. |
java.lang.String |
getProjectId()
Returns the project to which this folder belongs. |
java.lang.String |
getTitle()
Returns the folder title. |
static void |
registerTypeMappings(org.apache.axis.client.Call call)
Registers SOAP type mappings. |
void |
setDescription(java.lang.String description)
Sets the folder description. |
void |
setParentFolderId(java.lang.String parentFolderId)
Sets the parent container (folder) id, if one exists. |
void |
setPath(java.lang.String path)
Sets the folder path. |
void |
setProjectId(java.lang.String projectId)
Sets the project to which this folder belongs. |
void |
setTitle(java.lang.String title)
Sets the folder 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 FolderSoapDO()
| Method Detail |
|---|
public java.lang.String getProjectId()
public void setProjectId(java.lang.String projectId)
projectId - Project ID.public java.lang.String getParentFolderId()
public void setParentFolderId(java.lang.String parentFolderId)
parentFolderId - Parent container (folder) ID or null if none exists.public java.lang.String getPath()
public void setPath(java.lang.String path)
path - Folder path.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - folder title.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - folder description.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 | ||||||||