public class TaskSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
Modifier and Type | Field and Description |
---|---|
static String |
FILTER_ASSIGNED_TO
Filter name for assignedTo.
|
static String |
FILTER_CREATED_BY
Filter name for createdBy.
|
static String |
FILTER_PRIORITY
Filter name for priority.
|
static String |
FILTER_STATUS
Filter name for status.
|
static int |
PRIORITY_HIGH
Possible value for priority field
|
static int |
PRIORITY_HIGHEST
Possible value for priority field
|
static int |
PRIORITY_LOW
Possible value for priority field
|
static int |
PRIORITY_LOWEST
Possible value for priority field
|
static int |
PRIORITY_MEDIUM
Possible value for priority field
|
static String |
STATUS_ALERT
Task status value.
|
static String |
STATUS_COMPLETE
Task status value.
|
static String |
STATUS_NOT_STARTED
Task status value.
|
static String |
STATUS_OK
Task status value.
|
static String |
STATUS_WARNING
Task status value.
|
Constructor and Description |
---|
TaskSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getAccomplishments()
Returns 'accomplishments'.
|
String |
getAssignedTo()
Returns 'assignedTo'.
|
String |
getDescription()
Returns 'description'.
|
Date |
getEndDate()
Returns 'endDate'.
|
int |
getEstimatedHours()
Returns 'estimatedHours'.
|
Date |
getEstimationStart()
Returns 'estimationStart'.
|
boolean |
getIncludeWeekends()
Returns 'includeWeekends'.
|
String |
getIssues()
Returns 'issues'.
|
String |
getPlanned()
Returns 'planned'.
|
int |
getPriority()
Returns 'priority'.
|
int |
getRequiredHours()
Returns 'requiredHours'.
|
Date |
getStartDate()
Returns 'startDate'.
|
String |
getStatus()
Returns 'status'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setAccomplishments(String accomplishments)
Sets 'accomplishments'.
|
void |
setAssignedTo(String assignedTo)
Sets 'assignedTo'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setEndDate(Date endDate)
Sets 'endDate'.
|
void |
setEstimatedHours(int estimatedHours)
Sets 'estimatedHours'.
|
void |
setEstimationStart(Date estimationStart)
Sets 'estimationStart'.
|
void |
setIncludeWeekends(boolean includeWeekends)
Sets 'includeWeekends'.
|
void |
setIssues(String issues)
Sets 'issues'.
|
void |
setPlanned(String planned)
Sets 'planned'.
|
void |
setPriority(int priority)
Sets 'priority'.
|
void |
setRequiredHours(int requiredHours)
Sets 'requiredHours'.
|
void |
setStartDate(Date startDate)
Sets 'startDate'.
|
void |
setStatus(String status)
Sets 'status'.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
public static final String STATUS_NOT_STARTED
public static final String STATUS_OK
public static final String STATUS_WARNING
public static final String STATUS_ALERT
public static final String STATUS_COMPLETE
public static final int PRIORITY_LOWEST
public static final int PRIORITY_LOW
public static final int PRIORITY_MEDIUM
public static final int PRIORITY_HIGH
public static final int PRIORITY_HIGHEST
public static final String FILTER_STATUS
public static final String FILTER_ASSIGNED_TO
public static final String FILTER_CREATED_BY
public static final String FILTER_PRIORITY
public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public int getEstimatedHours()
public void setEstimatedHours(int estimatedHours)
estimatedHours
- Value of 'estimatedHours'.public Date getEstimationStart()
public void setEstimationStart(Date estimationStart)
estimationStart
- Value of 'estimationStart'.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 int getPriority()
public void setPriority(int priority)
priority
- Value of 'priority'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public String getAccomplishments()
public void setAccomplishments(String accomplishments)
accomplishments
- Value of 'accomplishments'.public String getPlanned()
public void setPlanned(String planned)
planned
- Value of 'planned'.public String getIssues()
public void setIssues(String issues)
issues
- Value of 'issues'.public int getRequiredHours()
public void setRequiredHours(int requiredHours)
requiredHours
- Value of 'requiredHours'.public String getAssignedTo()
public void setAssignedTo(String assignedTo)
assignedTo
- Value of 'assignedTo'.public boolean getIncludeWeekends()
public void setIncludeWeekends(boolean includeWeekends)
includeWeekends
- Value of 'includeWeekends'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.