Class PlanningFolder5SoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
-
- com.collabnet.ce.soap60.webservices.planning.PlanningFolder5SoapRow
-
public class PlanningFolder5SoapRow extends FolderSoapRow
A list of PlanningFolder is represented by PlanningFolder5SoapList class. Each row within a PlanningFolder list is represented by the PlanningFolder5SoapRow class.Change HistoryRelease: 6.1- Added status, statusClass, capacity, releaseTitle and releaseId fields.
Release: 6.2- Added tracker unit.
Release: 7.1- Added points capacity.
Release: 7.2- Added burndownViewMode field.
Release: 8.1- Added type field.
- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description PlanningFolder5SoapRow()
-
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'.StringgetReleaseTitle()Returns 'releaseTitle'.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'.voidsetReleaseTitle(String releaseTitle)Sets 'releaseTitle'.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.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
-
-
-
Method Detail
-
getType
public String getType()
Returns 'type'. Planning folder type.- Returns:
- Value of 'type'.
-
setType
public void setType(String type)
Sets 'type'. Planning folder type.- Parameters:
type- Value of 'type'.
-
getStartDate
public Date getStartDate()
Returns 'startDate'. PlanningFolder start date- Returns:
- Value of 'startDate'.
-
setStartDate
public void setStartDate(Date startDate)
Sets 'startDate'. PlanningFolder start date- Parameters:
startDate- Value of 'startDate'.
-
getEndDate
public Date getEndDate()
Returns 'endDate'. PlanningFolder end date- Returns:
- Value of 'endDate'.
-
setEndDate
public void setEndDate(Date endDate)
Sets 'endDate'. PlanningFolder end date- 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'.
-
getReleaseTitle
public String getReleaseTitle()
Returns 'releaseTitle'.- Returns:
- Value of 'releaseTitle'.
-
setReleaseTitle
public void setReleaseTitle(String releaseTitle)
Sets 'releaseTitle'.- Parameters:
releaseTitle- Value of 'releaseTitle'.
-
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)
-
-