public class TaskInfo extends TaskListItem implements Serializable
Constructor and Description |
---|
TaskInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAcceptorOnly()
Gets multi-assignment task feature (legacy only).
|
long |
getAssignedTo()
Gets the ID of the member the task is assigned to.
|
String |
getComments()
Gets the current status of the task.
|
Date |
getCompletionDate()
Gets the completion date for the task.
|
Date |
getDateAssigned()
Gets the date the task was assigned.
|
Date |
getDueDate()
Gets the date the task is due to be completed.
|
String |
getInstructions()
Gets the instructions on how to complete the task.
|
long |
getMilestone()
Gets the ID of the milestone associated with the task.
|
TaskPriority |
getPriority()
Gets the priority of the task.
|
Date |
getStartDate()
Gets the date the task started.
|
TaskStatus |
getStatus()
Gets the current status of the task.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAcceptorOnly(boolean value)
Sets multi-assignment task feature (legacy only).
|
void |
setAssignedTo(long value)
Sets the ID of the member the task is assigned to.
|
void |
setComments(String value)
Sets the current status of the task.
|
void |
setCompletionDate(Date value)
Sets the completion date for the task.
|
void |
setDateAssigned(Date value)
Sets the date the task was assigned.
|
void |
setDueDate(Date value)
Sets the date the task is due to be completed.
|
void |
setInstructions(String value)
Sets the instructions on how to complete the task.
|
void |
setMilestone(long value)
Sets the ID of the milestone associated with the task.
|
void |
setPriority(TaskPriority value)
Sets the priority of the task.
|
void |
setStartDate(Date value)
Sets the date the task started.
|
void |
setStatus(TaskStatus value)
Sets the current status of the task.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
getID, getName, getParentID, setID, setName, setParentID
public void setAcceptorOnly(boolean value)
public boolean getAcceptorOnly()
public void setAssignedTo(long value)
public long getAssignedTo()
public void setComments(String value)
public String getComments()
public void setCompletionDate(Date value)
public Date getCompletionDate()
public void setDateAssigned(Date value)
public Date getDateAssigned()
public void setDueDate(Date value)
public Date getDueDate()
public void setInstructions(String value)
public String getInstructions()
public void setMilestone(long value)
public long getMilestone()
public void setPriority(TaskPriority value)
public TaskPriority getPriority()
public void setStartDate(Date value)
public Date getStartDate()
public void setStatus(TaskStatus value)
public TaskStatus getStatus()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class TaskListItem
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class TaskListItem
public String toString()
ServiceDataObject
toString
in class TaskListItem
© Copyright 2017 OpenText Corp. All Rights Reserved.