public abstract class FolderSoapDO extends ObjectSoapDO
Constructor and Description |
---|
FolderSoapDO() |
Modifier and Type | Method and Description |
---|---|
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.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
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.