Class PlanningFolderSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.planning.PlanningFolderSoapDO
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.
- Since:
- 5.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Value for the 'capacity' field, indicating that capacity is not set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'capacity'.Returns 'endDate'.Returns 'releaseId'.Returns 'startDate'.Returns 'status'.Returns 'statusClass'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setCapacity
(int capacity) Sets 'capacity'.void
setEndDate
(Date endDate) Sets 'endDate'.void
setReleaseId
(String releaseId) Sets 'releaseId'.void
setStartDate
(Date startDate) Sets 'startDate'.void
Sets 'status'.void
setStatusClass
(String statusClass) Sets 'statusClass'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
Methods 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
-
PlanningFolderSoapDO
public PlanningFolderSoapDO()
-
-
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'.
-
getReleaseId
Returns 'releaseId'.- Returns:
- Value of 'releaseId'.
-
setReleaseId
Sets 'releaseId'.- Parameters:
releaseId
- Value of 'releaseId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-