Class PlanningFolder2SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.planning.PlanningFolder2SoapRow
A list of PlanningFolder is represented by PlanningFolder2SoapList class.
Each row within a PlanningFolder list is represented by the PlanningFolder2SoapRow class.
Change History
Release: 6.1
- Added status, statusClass, capacity, releaseTitle and releaseId fields.
Release: 6.2
- Added tracker unit.
- 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'.Returns 'trackerUnitId'.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'.void
setTrackerUnitId
(String trackerUnitId) Sets 'trackerUnitId'.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
-
PlanningFolder2SoapRow
public PlanningFolder2SoapRow()
-
-
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'.
-
getTrackerUnitId
Returns 'trackerUnitId'.- Returns:
- Value of 'trackerUnitId'.
-
setTrackerUnitId
Sets 'trackerUnitId'.- Parameters:
trackerUnitId
- Value of 'trackerUnitId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-