Class PlanningFolder3SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.planning.PlanningFolder3SoapRow
A list of PlanningFolder is represented by PlanningFolder3SoapList class.
Each row within a PlanningFolder list is represented by the PlanningFolder3SoapRow class.
Change History
Release: 6.1
- Added status, statusClass, capacity, releaseTitle and releaseId fields.
Release: 6.2
- Added tracker unit.
Release: 7.1
- Added points capacity.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'capacity'.Returns 'endDate'.int
Returns 'pointsCapacity'.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
setPointsCapacity
(int pointsCapacity) Sets 'pointsCapacity'.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
-
PlanningFolder3SoapRow
public PlanningFolder3SoapRow()
-
-
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'.
-
getPointsCapacity
public int getPointsCapacity()Returns 'pointsCapacity'.- Returns:
- Value of 'pointsCapacity'.
-
setPointsCapacity
public void setPointsCapacity(int pointsCapacity) Sets 'pointsCapacity'.- Parameters:
pointsCapacity
- Value of 'pointsCapacity'.
-
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)
-