com.vasoftware.sf.soap44.webservices.taskmgr
Class TaskGroupSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
      extended by com.vasoftware.sf.soap44.webservices.taskmgr.TaskGroupSoapRow

public class TaskGroupSoapRow
extends FolderSoapRow

The TaskGroupList class represents a list of task groups. See TaskGroupSoapDO for constants and more information.

Since:
4.1

Constructor Summary
TaskGroupSoapRow()
           
 
Method Summary
 boolean getOverdueTasks()
          Returns 'overdueTasks'.
 java.lang.String getStatus()
          Returns 'status'.
 java.lang.String getStatusRollup()
          Returns 'statusRollup'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setOverdueTasks(boolean overdueTasks)
          Sets 'overdueTasks'.
 void setStatus(java.lang.String status)
          Sets 'status'.
 void setStatusRollup(java.lang.String statusRollup)
          Sets 'statusRollup'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapRow
getDescription, getId, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setId, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskGroupSoapRow

public TaskGroupSoapRow()
Method Detail

getStatus

public java.lang.String getStatus()
Returns 'status'. The current status of this task group, based on tasks within the task group

Returns:
Value of 'status'.

setStatus

public void setStatus(java.lang.String status)
Sets 'status'. The current status of this task group, based on tasks within the task group

Parameters:
status - Value of 'status'.

getStatusRollup

public java.lang.String getStatusRollup()
Returns 'statusRollup'. The cumulative 'rollup' status of the task group, based on the tasks and any sub-task groups in the task group. Possible values are 'Alert', 'Complete', 'NotStarted', 'OK' and 'Warning'

Returns:
Value of 'statusRollup'.

setStatusRollup

public void setStatusRollup(java.lang.String statusRollup)
Sets 'statusRollup'. The cumulative 'rollup' status of the task group, based on the tasks and any sub-task groups in the task group. Possible values are 'Alert', 'Complete', 'NotStarted', 'OK' and 'Warning'

Parameters:
statusRollup - Value of 'statusRollup'.

getOverdueTasks

public boolean getOverdueTasks()
Returns 'overdueTasks'. Indicates if there are overdue tasks in this task group

Returns:
Value of 'overdueTasks'.

setOverdueTasks

public void setOverdueTasks(boolean overdueTasks)
Sets 'overdueTasks'. Indicates if there are overdue tasks in this task group

Parameters:
overdueTasks - Value of 'overdueTasks'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)