Class FolderSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
- Direct Known Subclasses:
CategorySoapRow,DocumentFolderSoapRow,Forum2SoapRow,ForumSoapRow,PackageSoapRow,PageSoapRow,PlanningFolder2SoapRow,PlanningFolder3SoapRow,PlanningFolder4SoapRow,PlanningFolder5SoapRow,PlanningFolderSoapRow,PlanningFolderSummary2SoapRow,PlanningFolderSummary3SoapRow,PlanningFolderSummary4SoapRow,PlanningFolderSummary5SoapRow,PlanningFolderSummarySoapRow,ReleaseSoapRow,ReplicatedRepositorySoapRow,RepositorySoapRow,TopicSoapRow,Tracker2SoapRow,Tracker3SoapRow,TrackerSoapRow
An abstract super-class for all container lists.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'createdBy'.Returns 'createdOn'.Returns 'description'.getId()Returns 'id'.Returns 'lastModifiedBy'.Returns 'lastModifiedOn'.Returns 'parentFolderId'.getPath()Returns 'path'.Returns 'projectId'.getTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetCreatedBy(String createdBy) Sets 'createdBy'.voidsetCreatedOn(Date createdOn) Sets 'createdOn'.voidsetDescription(String description) Sets 'description'.voidSets 'id'.voidsetLastModifiedBy(String lastModifiedBy) Sets 'lastModifiedBy'.voidsetLastModifiedOn(Date lastModifiedOn) Sets 'lastModifiedOn'.voidsetParentFolderId(String parentFolderId) Sets 'parentFolderId'.voidSets 'path'.voidsetProjectId(String projectId) Sets 'projectId'.voidSets 'title'.
-
Constructor Details
-
FolderSoapRow
public FolderSoapRow()
-
-
Method Details
-
getId
Returns 'id'. The ID of the folder (container).- Returns:
- Value of 'id'.
-
setId
Sets 'id'. The ID of the folder (container).- Parameters:
id- Value of 'id'.
-
getProjectId
Returns 'projectId'. ID of the associated project.- Returns:
- Value of 'projectId'.
-
setProjectId
Sets 'projectId'. ID of the associated project.- Parameters:
projectId- Value of 'projectId'.
-
getParentFolderId
Returns 'parentFolderId'. ID of the parent folder, if any (null otherwise).- Returns:
- Value of 'parentFolderId'.
-
setParentFolderId
Sets 'parentFolderId'. ID of the parent folder, if any (null otherwise).- Parameters:
parentFolderId- Value of 'parentFolderId'.
-
getPath
Returns 'path'. Fully qualified folder path, including project path.- Returns:
- Value of 'path'.
-
setPath
Sets 'path'. Fully qualified folder path, including project path.- Parameters:
path- Value of 'path'.
-
getTitle
Returns 'title'. Folder (container) title.- Returns:
- Value of 'title'.
-
setTitle
Sets 'title'. Folder (container) title.- Parameters:
title- Value of 'title'.
-
getDescription
Returns 'description'. Folder (container) description.- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. Folder (container) description.- Parameters:
description- Value of 'description'.
-
getCreatedBy
Returns 'createdBy'. User who created the folder object.- Returns:
- Value of 'createdBy'.
-
setCreatedBy
Sets 'createdBy'. User who created the folder object.- Parameters:
createdBy- Value of 'createdBy'.
-
getCreatedOn
Returns 'createdOn'. The date this object was created.- Returns:
- Value of 'createdOn'.
-
setCreatedOn
Sets 'createdOn'. The date this object was created.- Parameters:
createdOn- Value of 'createdOn'.
-
getLastModifiedBy
Returns 'lastModifiedBy'. The user last modified this folder object.- Returns:
- Value of 'lastModifiedBy'.
-
setLastModifiedBy
Sets 'lastModifiedBy'. The user last modified this folder object.- Parameters:
lastModifiedBy- Value of 'lastModifiedBy'.
-
getLastModifiedOn
Returns 'lastModifiedOn'. Date this object was last modified.- Returns:
- Value of 'lastModifiedOn'.
-
setLastModifiedOn
Sets 'lastModifiedOn'. Date this object was last modified.- Parameters:
lastModifiedOn- Value of 'lastModifiedOn'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-