Class PlanningFolder5SoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
-
- com.collabnet.ce.soap60.webservices.planning.PlanningFolder5SoapDO
-
public class PlanningFolder5SoapDO 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.
Release: 7.2- Added burndownViewMode field.
- Added EFFORT and POINTS constants.
Release: 8.1- Added type field.
- 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.static StringEFFORTstatic StringPLANNING_FOLDER_TYPE_FOLDERstatic StringPLANNING_FOLDER_TYPE_ITERATIONstatic StringPLANNING_FOLDER_TYPE_RELEASEstatic StringPOINTS
-
Constructor Summary
Constructors Constructor Description PlanningFolder5SoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBurndownViewMode()Returns 'burndownViewMode'.intgetCapacity()Returns 'capacity'.DategetEndDate()Returns 'endDate'.intgetPointsCapacity()Returns 'pointsCapacity'.StringgetReleaseId()Returns 'releaseId'.DategetStartDate()Returns 'startDate'.StringgetStatus()Returns 'status'.StringgetStatusClass()Returns 'statusClass'.StringgetTrackerUnitId()Returns 'trackerUnitId'.StringgetType()Returns 'type'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetBurndownViewMode(String burndownViewMode)Sets 'burndownViewMode'.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'.voidsetType(String type)Sets 'type'.-
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
-
EFFORT
public static final String EFFORT
- See Also:
- Constant Field Values
-
POINTS
public static final String POINTS
- See Also:
- Constant Field Values
-
PLANNING_FOLDER_TYPE_FOLDER
public static final String PLANNING_FOLDER_TYPE_FOLDER
- See Also:
- Constant Field Values
-
PLANNING_FOLDER_TYPE_RELEASE
public static final String PLANNING_FOLDER_TYPE_RELEASE
- See Also:
- Constant Field Values
-
PLANNING_FOLDER_TYPE_ITERATION
public static final String PLANNING_FOLDER_TYPE_ITERATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
Returns 'type'. Planning folder type: PLANNING_FOLDER_TYPE_FOLDER or PLANNING_FOLDER_TYPE_RELEASE or PLANNING_FOLDER_TYPE_ITERATION.- Returns:
- Value of 'type'.
-
setType
public void setType(String type)
Sets 'type'. Planning folder type: PLANNING_FOLDER_TYPE_FOLDER or PLANNING_FOLDER_TYPE_RELEASE or PLANNING_FOLDER_TYPE_ITERATION.- Parameters:
type- Value of 'type'.
-
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'.
-
getBurndownViewMode
public String getBurndownViewMode()
Returns 'burndownViewMode'.- Returns:
- Value of 'burndownViewMode'.
-
setBurndownViewMode
public void setBurndownViewMode(String burndownViewMode)
Sets 'burndownViewMode'.- Parameters:
burndownViewMode- Value of 'burndownViewMode'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-