Class FolderSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
- Direct Known Subclasses:
CategorySoapDO
,DocumentFolderSoapDO
,Forum2SoapDO
,ForumSoapDO
,GenericFolderSoapDO
,PackageSoapDO
,PageSoapDO
,PlanningFolder2SoapDO
,PlanningFolder3SoapDO
,PlanningFolder4SoapDO
,PlanningFolder5SoapDO
,PlanningFolderSoapDO
,PlanningFolderSummary2SoapDO
,PlanningFolderSummary3SoapDO
,PlanningFolderSummary4SoapDO
,PlanningFolderSummary5SoapDO
,PlanningFolderSummarySoapDO
,PluggableComponent2SoapDO
,PluggableComponent3SoapDO
,PluggableComponent4SoapDO
,PluggableComponent5SoapDO
,PluggableComponentSoapDO
,PluggablePermissionSoapDO
,ReleaseSoapDO
,Repository2SoapDO
,RepositorySoapDO
,TopicSoapDO
,Tracker2SoapDO
,Tracker3SoapDO
,TrackerSoapDO
public abstract class FolderSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Basic data inherited by all container objects extending this data type.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the folder description.Returns the parent container (folder) id, if one exists.getPath()
Returns the folder path.Returns the project to which this folder belongs.getTitle()
Returns the folder title.static void
registerTypeMappings
(org.apache.axis.client.Call call) Registers SOAP type mappings.void
setDescription
(String description) Sets the folder description.void
setParentFolderId
(String parentFolderId) Sets the parent container (folder) id, if one exists.void
Sets the folder path.void
setProjectId
(String projectId) Sets the project to which this folder belongs.void
Sets the folder title.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
FolderSoapDO
public FolderSoapDO()
-
-
Method Details
-
getProjectId
Returns the project to which this folder belongs.- Returns:
- Project ID.
-
setProjectId
Sets the project to which this folder belongs.- Parameters:
projectId
- Project ID.
-
getParentFolderId
Returns the parent container (folder) id, if one exists. For a document folder, this refers to the parent folder. For a release (ReleaseSoapDO) it refers to a package. For a topic (TopicSoapDO) it refers to a forum, etc.- Returns:
- Parent container (folder) ID or null if none exists.
-
setParentFolderId
Sets the parent container (folder) id, if one exists. For a document folder, this refers to the parent folder. For a release (ReleaseSoapDO) it refers to a package. For a topic (TopicSoapDO) it refers to a forum, etc.- Parameters:
parentFolderId
- Parent container (folder) ID or null if none exists.
-
getPath
Returns the folder path.- Returns:
- the folder path.
-
setPath
Sets the folder path.- Parameters:
path
- Folder path.
-
getTitle
Returns the folder title.- Returns:
- the folder title.
-
setTitle
Sets the folder title.- Parameters:
title
- folder title.
-
getDescription
Returns the folder description.- Returns:
- the folder description.
-
setDescription
Sets the folder description.- Parameters:
description
- folder description.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call) Registers SOAP type mappings.- Parameters:
call
- Soap call.
-