Class PlanningFolder4SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.planning.PlanningFolder4SoapDO
A Planning Folder is a collection of one or more artifacts.
Change History
Release: 6.1
- Added CAPACITY_NOT_SET constant.
- Added status, statusClass, capacity, and releaseId fields.
Release: 6.2
- Added tracker unit id.
Release: 7.1
- Added points capacity.
Release: 7.2
- Added burndownViewMode field.
- Added EFFORT and POINTS constants.
- Since:
- 5.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'burndownViewMode'.int
Returns 'capacity'.Returns 'endDate'.int
Returns 'pointsCapacity'.Returns 'releaseId'.Returns 'startDate'.Returns 'status'.Returns 'statusClass'.Returns 'trackerUnitId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setBurndownViewMode
(String burndownViewMode) Sets 'burndownViewMode'.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
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.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Field Details
-
CAPACITY_NOT_SET
public static final int CAPACITY_NOT_SETValue for the 'capacity' field, indicating that capacity is not set.- See Also:
-
EFFORT
- See Also:
-
POINTS
- See Also:
-
-
Constructor Details
-
PlanningFolder4SoapDO
public PlanningFolder4SoapDO()
-
-
Method Details
-
getStartDate
Returns 'startDate'.- Returns:
- Value of 'startDate'.
-
setStartDate
Sets 'startDate'.- Parameters:
startDate
- Value of 'startDate'.
-
getEndDate
Returns 'endDate'.- Returns:
- Value of 'endDate'.
-
setEndDate
Sets 'endDate'.- 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'.
-
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'.
-
getBurndownViewMode
Returns 'burndownViewMode'.- Returns:
- Value of 'burndownViewMode'.
-
setBurndownViewMode
Sets 'burndownViewMode'.- Parameters:
burndownViewMode
- Value of 'burndownViewMode'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-