Class PlanningFolder3SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.planning.PlanningFolder3SoapDO
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.
- Since:
- 5.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intValue for the 'capacity' field, indicating that capacity is not set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns 'capacity'.Returns 'endDate'.intReturns 'pointsCapacity'.Returns 'releaseId'.Returns 'startDate'.Returns 'status'.Returns 'statusClass'.Returns 'trackerUnitId'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetCapacity(int capacity) Sets 'capacity'.voidsetEndDate(Date endDate) Sets 'endDate'.voidsetPointsCapacity(int pointsCapacity) Sets 'pointsCapacity'.voidsetReleaseId(String releaseId) Sets 'releaseId'.voidsetStartDate(Date startDate) Sets 'startDate'.voidSets 'status'.voidsetStatusClass(String statusClass) Sets 'statusClass'.voidsetTrackerUnitId(String trackerUnitId) Sets 'trackerUnitId'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitleMethods 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:
-
-
Constructor Details
-
PlanningFolder3SoapDO
public PlanningFolder3SoapDO()
-
-
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'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-