public class Activity extends ServiceDataObject implements Serializable
Constructor and Description |
---|
Activity() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDuration()
Gets the duration of the Activity (in seconds).
|
long |
getID()
Gets the ID of the Activity.
|
String |
getInstructions()
Gets the instructions for performing the Activity.
|
Long |
getMemberID()
Gets the user ID of the user to whom the Activity is assigned.
|
ActivityPermissions |
getPermissions()
Gets the permissions configured for the Activity.
|
Integer |
getPriority()
Gets the priority of the Activity (high=100,medium=50,low=0).
|
Date |
getStartDate()
Gets the date and time the Activity was started.
|
ActivitySubtype |
getSubtype()
Gets the task subtype.
|
String |
getTitle()
Gets the title of the Activity.
|
ActivityType |
getType()
Gets the task type.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDuration(Integer value)
Sets the duration of the Activity (in seconds).
|
void |
setID(long value)
Sets the ID of the Activity.
|
void |
setInstructions(String value)
Sets the instructions for performing the Activity.
|
void |
setMemberID(Long value)
Sets the user ID of the user to whom the Activity is assigned.
|
void |
setPermissions(ActivityPermissions value)
Sets the permissions configured for the Activity.
|
void |
setPriority(Integer value)
Sets the priority of the Activity (high=100,medium=50,low=0).
|
void |
setStartDate(Date value)
Sets the date and time the Activity was started.
|
void |
setSubtype(ActivitySubtype value)
Sets the task subtype.
|
void |
setTitle(String value)
Sets the title of the Activity.
|
void |
setType(ActivityType value)
Sets the task type.
|
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.
|
public void setDuration(Integer value)
public Integer getDuration()
public void setID(long value)
public long getID()
public void setInstructions(String value)
public String getInstructions()
public void setMemberID(Long value)
public Long getMemberID()
public void setPermissions(ActivityPermissions value)
public ActivityPermissions getPermissions()
public void setPriority(Integer value)
public Integer getPriority()
public void setStartDate(Date value)
public Date getStartDate()
public void setSubtype(ActivitySubtype value)
public ActivitySubtype getSubtype()
public void setTitle(String value)
public String getTitle()
public void setType(ActivityType value)
public ActivityType getType()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.