public class TaskGroupInfo extends TaskListItem implements Serializable
Constructor and Description |
---|
TaskGroupInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getDefaultMilestone()
Gets the ID of the default milestone for the task group.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDefaultMilestone(long value)
Sets the ID of the default milestone for the task group.
|
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 setDefaultMilestone(long value)
public long getDefaultMilestone()
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.