Class PlanningFolder2SoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.FolderSoapRow
com.collabnet.ce.soap60.webservices.planning.PlanningFolder2SoapRow
A list of PlanningFolder is represented by PlanningFolder2SoapList class.
Each row within a PlanningFolder list is represented by the PlanningFolder2SoapRow class.
Change History
Release: 6.1
- Added status, statusClass, capacity, releaseTitle and releaseId fields.
Release: 6.2
- Added tracker unit.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns 'capacity'.Returns 'endDate'.Returns 'releaseId'.Returns 'releaseTitle'.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'.voidsetReleaseId(String releaseId) Sets 'releaseId'.voidsetReleaseTitle(String releaseTitle) Sets 'releaseTitle'.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.FolderSoapRow
getCreatedBy, getCreatedOn, getDescription, getId, getLastModifiedBy, getLastModifiedOn, getParentFolderId, getPath, getProjectId, getTitle, setCreatedBy, setCreatedOn, setDescription, setId, setLastModifiedBy, setLastModifiedOn, setParentFolderId, setPath, setProjectId, setTitle
-
Constructor Details
-
PlanningFolder2SoapRow
public PlanningFolder2SoapRow()
-
-
Method Details
-
getStartDate
Returns 'startDate'. PlanningFolder start date- Returns:
- Value of 'startDate'.
-
setStartDate
Sets 'startDate'. PlanningFolder start date- Parameters:
startDate- Value of 'startDate'.
-
getEndDate
Returns 'endDate'. PlanningFolder end date- Returns:
- Value of 'endDate'.
-
setEndDate
Sets 'endDate'. PlanningFolder end date- 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'.
-
getReleaseTitle
Returns 'releaseTitle'.- Returns:
- Value of 'releaseTitle'.
-
setReleaseTitle
Sets 'releaseTitle'.- Parameters:
releaseTitle- Value of 'releaseTitle'.
-
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)
-