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
-
public class PlanningFolder3SoapDO extends FolderSoapDO
A Planning Folder is a collection of one or more artifacts.Change HistoryRelease: 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
Fields Modifier and Type Field Description static intCAPACITY_NOT_SETValue for the 'capacity' field, indicating that capacity is not set.
-
Constructor Summary
Constructors Constructor Description PlanningFolder3SoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCapacity()Returns 'capacity'.DategetEndDate()Returns 'endDate'.intgetPointsCapacity()Returns 'pointsCapacity'.StringgetReleaseId()Returns 'releaseId'.DategetStartDate()Returns 'startDate'.StringgetStatus()Returns 'status'.StringgetStatusClass()Returns 'statusClass'.StringgetTrackerUnitId()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'.voidsetStatus(String status)Sets '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, setTitle
-
-
-
-
Field Detail
-
CAPACITY_NOT_SET
public static final int CAPACITY_NOT_SET
Value for the 'capacity' field, indicating that capacity is not set.- See Also:
- Constant Field Values
-
-
Method Detail
-
getStartDate
public Date getStartDate()
Returns 'startDate'.- Returns:
- Value of 'startDate'.
-
setStartDate
public void setStartDate(Date startDate)
Sets 'startDate'.- Parameters:
startDate- Value of 'startDate'.
-
getEndDate
public Date getEndDate()
Returns 'endDate'.- Returns:
- Value of 'endDate'.
-
setEndDate
public void setEndDate(Date endDate)
Sets 'endDate'.- Parameters:
endDate- Value of 'endDate'.
-
getStatus
public String getStatus()
Returns 'status'.- Returns:
- Value of 'status'.
-
setStatus
public void setStatus(String status)
Sets 'status'.- Parameters:
status- Value of 'status'.
-
getStatusClass
public String getStatusClass()
Returns 'statusClass'.- Returns:
- Value of 'statusClass'.
-
setStatusClass
public void setStatusClass(String statusClass)
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
public String getReleaseId()
Returns 'releaseId'.- Returns:
- Value of 'releaseId'.
-
setReleaseId
public void setReleaseId(String releaseId)
Sets 'releaseId'.- Parameters:
releaseId- Value of 'releaseId'.
-
getTrackerUnitId
public String getTrackerUnitId()
Returns 'trackerUnitId'.- Returns:
- Value of 'trackerUnitId'.
-
setTrackerUnitId
public void setTrackerUnitId(String trackerUnitId)
Sets 'trackerUnitId'.- Parameters:
trackerUnitId- Value of 'trackerUnitId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-