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
public class FolderSoapRow extends Object
An abstract super-class for all container lists.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description FolderSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedBy()Returns 'createdBy'.DategetCreatedOn()Returns 'createdOn'.StringgetDescription()Returns 'description'.StringgetId()Returns 'id'.StringgetLastModifiedBy()Returns 'lastModifiedBy'.DategetLastModifiedOn()Returns 'lastModifiedOn'.StringgetParentFolderId()Returns 'parentFolderId'.StringgetPath()Returns 'path'.StringgetProjectId()Returns 'projectId'.StringgetTitle()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'.voidsetId(String id)Sets 'id'.voidsetLastModifiedBy(String lastModifiedBy)Sets 'lastModifiedBy'.voidsetLastModifiedOn(Date lastModifiedOn)Sets 'lastModifiedOn'.voidsetParentFolderId(String parentFolderId)Sets 'parentFolderId'.voidsetPath(String path)Sets 'path'.voidsetProjectId(String projectId)Sets 'projectId'.voidsetTitle(String title)Sets 'title'.
-
-
-
Method Detail
-
getId
public String getId()
Returns 'id'. The ID of the folder (container).- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. The ID of the folder (container).- Parameters:
id- Value of 'id'.
-
getProjectId
public String getProjectId()
Returns 'projectId'. ID of the associated project.- Returns:
- Value of 'projectId'.
-
setProjectId
public void setProjectId(String projectId)
Sets 'projectId'. ID of the associated project.- Parameters:
projectId- Value of 'projectId'.
-
getParentFolderId
public String getParentFolderId()
Returns 'parentFolderId'. ID of the parent folder, if any (null otherwise).- Returns:
- Value of 'parentFolderId'.
-
setParentFolderId
public void setParentFolderId(String parentFolderId)
Sets 'parentFolderId'. ID of the parent folder, if any (null otherwise).- Parameters:
parentFolderId- Value of 'parentFolderId'.
-
getPath
public String getPath()
Returns 'path'. Fully qualified folder path, including project path.- Returns:
- Value of 'path'.
-
setPath
public void setPath(String path)
Sets 'path'. Fully qualified folder path, including project path.- Parameters:
path- Value of 'path'.
-
getTitle
public String getTitle()
Returns 'title'. Folder (container) title.- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. Folder (container) title.- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. Folder (container) description.- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. Folder (container) description.- Parameters:
description- Value of 'description'.
-
getCreatedBy
public String getCreatedBy()
Returns 'createdBy'. User who created the folder object.- Returns:
- Value of 'createdBy'.
-
setCreatedBy
public void setCreatedBy(String createdBy)
Sets 'createdBy'. User who created the folder object.- Parameters:
createdBy- Value of 'createdBy'.
-
getCreatedOn
public Date getCreatedOn()
Returns 'createdOn'. The date this object was created.- Returns:
- Value of 'createdOn'.
-
setCreatedOn
public void setCreatedOn(Date createdOn)
Sets 'createdOn'. The date this object was created.- Parameters:
createdOn- Value of 'createdOn'.
-
getLastModifiedBy
public String getLastModifiedBy()
Returns 'lastModifiedBy'. The user last modified this folder object.- Returns:
- Value of 'lastModifiedBy'.
-
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
Sets 'lastModifiedBy'. The user last modified this folder object.- Parameters:
lastModifiedBy- Value of 'lastModifiedBy'.
-
getLastModifiedOn
public Date getLastModifiedOn()
Returns 'lastModifiedOn'. Date this object was last modified.- Returns:
- Value of 'lastModifiedOn'.
-
setLastModifiedOn
public void setLastModifiedOn(Date lastModifiedOn)
Sets 'lastModifiedOn'. Date this object was last modified.- Parameters:
lastModifiedOn- Value of 'lastModifiedOn'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-