Class PlanningFolderSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.planning.PlanningFolderSoapRow
A list of PlanningFolder is represented by PlanningFolderSoapList class.
Each row within a PlanningFolder list is represented by the PlanningFolderSoapRow class.
Change History
Release: 6.1
- Added status, statusClass, capacity, releaseTitle and releaseId fields.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'capacity'.Returns 'endDate'.Returns 'releaseId'.Returns 'releaseTitle'.Returns 'startDate'.Returns 'status'.Returns 'statusClass'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setCapacity
(int capacity) Sets 'capacity'.void
setEndDate
(Date endDate) Sets 'endDate'.void
setReleaseId
(String releaseId) Sets 'releaseId'.void
setReleaseTitle
(String releaseTitle) Sets 'releaseTitle'.void
setStartDate
(Date startDate) Sets 'startDate'.void
Sets 'status'.void
setStatusClass
(String statusClass) Sets 'statusClass'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
Constructor Details
-
PlanningFolderSoapRow
public PlanningFolderSoapRow()
-
-
Method Details
-
getStartDate
Returns 'startDate'. PlanningFolder start date- Returns:
- Value of 'startDate'.
-
setStartDate
Sets 'startDate'. PlanningFolder start date- Parameters:
startDate
- Value of 'startDate'.
-
getEndDate
Returns 'endDate'. PlanningFolder end date- Returns:
- Value of 'endDate'.
-
setEndDate
Sets 'endDate'. PlanningFolder end date- Parameters:
endDate
- Value of 'endDate'.
-
getStatus
Returns 'status'.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'.- Parameters:
status
- Value of 'status'.
-
getStatusClass
Returns 'statusClass'.- Returns:
- Value of 'statusClass'.
-
setStatusClass
Sets 'statusClass'.- Parameters:
statusClass
- Value of 'statusClass'.
-
getCapacity
public int getCapacity()Returns 'capacity'.- Returns:
- Value of 'capacity'.
-
setCapacity
public void setCapacity(int capacity) Sets 'capacity'.- Parameters:
capacity
- Value of 'capacity'.
-
getReleaseTitle
Returns 'releaseTitle'.- Returns:
- Value of 'releaseTitle'.
-
setReleaseTitle
Sets 'releaseTitle'.- Parameters:
releaseTitle
- Value of 'releaseTitle'.
-
getReleaseId
Returns 'releaseId'.- Returns:
- Value of 'releaseId'.
-
setReleaseId
Sets 'releaseId'.- Parameters:
releaseId
- Value of 'releaseId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-