public class PlanningFolder3SoapDO
extends com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
Modifier and Type | Field and Description |
---|---|
static int |
CAPACITY_NOT_SET
Value for the 'capacity' field, indicating that capacity is not set.
|
Constructor and Description |
---|
PlanningFolder3SoapDO() |
Modifier and Type | Method and Description |
---|---|
int |
getCapacity()
Returns 'capacity'.
|
Date |
getEndDate()
Returns 'endDate'.
|
int |
getPointsCapacity()
Returns 'pointsCapacity'.
|
String |
getReleaseId()
Returns 'releaseId'.
|
Date |
getStartDate()
Returns 'startDate'.
|
String |
getStatus()
Returns 'status'.
|
String |
getStatusClass()
Returns 'statusClass'.
|
String |
getTrackerUnitId()
Returns 'trackerUnitId'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setCapacity(int capacity)
Sets 'capacity'.
|
void |
setEndDate(Date endDate)
Sets 'endDate'.
|
void |
setPointsCapacity(int pointsCapacity)
Sets 'pointsCapacity'.
|
void |
setReleaseId(String releaseId)
Sets 'releaseId'.
|
void |
setStartDate(Date startDate)
Sets 'startDate'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setStatusClass(String statusClass)
Sets 'statusClass'.
|
void |
setTrackerUnitId(String trackerUnitId)
Sets 'trackerUnitId'.
|
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
public static final int CAPACITY_NOT_SET
public Date getStartDate()
public void setStartDate(Date startDate)
startDate
- Value of 'startDate'.public Date getEndDate()
public void setEndDate(Date endDate)
endDate
- Value of 'endDate'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public String getStatusClass()
public void setStatusClass(String statusClass)
statusClass
- Value of 'statusClass'.public int getCapacity()
public void setCapacity(int capacity)
capacity
- Value of 'capacity'.public int getPointsCapacity()
public void setPointsCapacity(int pointsCapacity)
pointsCapacity
- Value of 'pointsCapacity'.public String getReleaseId()
public void setReleaseId(String releaseId)
releaseId
- Value of 'releaseId'.public String getTrackerUnitId()
public void setTrackerUnitId(String trackerUnitId)
trackerUnitId
- Value of 'trackerUnitId'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.