public class TaskSoapRow extends Object
Constructor and Description |
---|
TaskSoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getAccomplished()
Returns 'accomplished'.
|
String |
getAssignedToFullName()
Returns 'assignedToFullName'.
|
String |
getAssignedToUsername()
Returns 'assignedToUsername'.
|
String |
getCreatedByFullName()
Returns 'createdByFullName'.
|
String |
getCreatedByUsername()
Returns 'createdByUsername'.
|
String |
getDescription()
Returns 'description'.
|
Date |
getEndDate()
Returns 'endDate'.
|
int |
getEstimatedHours()
Returns 'estimatedHours'.
|
String |
getFolderId()
Returns 'folderId'.
|
String |
getFolderPath()
Returns 'folderPath'.
|
String |
getFolderTitle()
Returns 'folderTitle'.
|
String |
getId()
Returns 'id'.
|
boolean |
getIncludeWeekends()
Returns 'includeWeekends'.
|
String |
getIssues()
Returns 'issues'.
|
String |
getParentFolderId()
Returns 'parentFolderId'.
|
String |
getPlanned()
Returns 'planned'.
|
int |
getPriority()
Returns 'priority'.
|
String |
getProjectId()
Returns 'projectId'.
|
String |
getProjectPath()
Returns 'projectPath'.
|
String |
getProjectTitle()
Returns 'projectTitle'.
|
int |
getRequiredHours()
Returns 'requiredHours'.
|
Date |
getStartDate()
Returns 'startDate'.
|
String |
getStatus()
Returns 'status'.
|
String |
getTitle()
Returns 'title'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setAccomplished(String accomplished)
Sets 'accomplished'.
|
void |
setAssignedToFullName(String assignedToFullName)
Sets 'assignedToFullName'.
|
void |
setAssignedToUsername(String assignedToUsername)
Sets 'assignedToUsername'.
|
void |
setCreatedByFullName(String createdByFullName)
Sets 'createdByFullName'.
|
void |
setCreatedByUsername(String createdByUsername)
Sets 'createdByUsername'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setEndDate(Date endDate)
Sets 'endDate'.
|
void |
setEstimatedHours(int estimatedHours)
Sets 'estimatedHours'.
|
void |
setFolderId(String folderId)
Sets 'folderId'.
|
void |
setFolderPath(String folderPath)
Sets 'folderPath'.
|
void |
setFolderTitle(String folderTitle)
Sets 'folderTitle'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setIncludeWeekends(boolean includeWeekends)
Sets 'includeWeekends'.
|
void |
setIssues(String issues)
Sets 'issues'.
|
void |
setParentFolderId(String parentFolderId)
Sets 'parentFolderId'.
|
void |
setPlanned(String planned)
Sets 'planned'.
|
void |
setPriority(int priority)
Sets 'priority'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
void |
setProjectPath(String projectPath)
Sets 'projectPath'.
|
void |
setProjectTitle(String projectTitle)
Sets 'projectTitle'.
|
void |
setRequiredHours(int requiredHours)
Sets 'requiredHours'.
|
void |
setStartDate(Date startDate)
Sets 'startDate'.
|
void |
setStatus(String status)
Sets 'status'.
|
void |
setTitle(String title)
Sets 'title'.
|
public String getId()
public void setId(String id)
id
- Value of 'id'.public String getProjectPath()
public void setProjectPath(String projectPath)
projectPath
- Value of 'projectPath'.public String getProjectTitle()
public void setProjectTitle(String projectTitle)
projectTitle
- Value of 'projectTitle'.public String getProjectId()
public void setProjectId(String projectId)
projectId
- Value of 'projectId'.public String getFolderId()
public void setFolderId(String folderId)
folderId
- Value of 'folderId'.public String getFolderPath()
public void setFolderPath(String folderPath)
folderPath
- Value of 'folderPath'.public String getFolderTitle()
public void setFolderTitle(String folderTitle)
folderTitle
- Value of 'folderTitle'.public String getParentFolderId()
public void setParentFolderId(String parentFolderId)
parentFolderId
- Value of 'parentFolderId'.public String getCreatedByUsername()
public void setCreatedByUsername(String createdByUsername)
createdByUsername
- Value of 'createdByUsername'.public String getCreatedByFullName()
public void setCreatedByFullName(String createdByFullName)
createdByFullName
- Value of 'createdByFullName'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getStatus()
public void setStatus(String status)
status
- Value of 'status'.public int getPriority()
public void setPriority(int priority)
priority
- Value of 'priority'.public int getEstimatedHours()
public void setEstimatedHours(int estimatedHours)
estimatedHours
- Value of 'estimatedHours'.public int getRequiredHours()
public void setRequiredHours(int requiredHours)
requiredHours
- Value of 'requiredHours'.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 getAssignedToUsername()
public void setAssignedToUsername(String assignedToUsername)
assignedToUsername
- Value of 'assignedToUsername'.public String getAssignedToFullName()
public void setAssignedToFullName(String assignedToFullName)
assignedToFullName
- Value of 'assignedToFullName'.public String getAccomplished()
public void setAccomplished(String accomplished)
accomplished
- Value of 'accomplished'.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 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.