public class Group extends Member implements Serializable
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Long |
getLeaderID()
Gets the user ID of the leader of the group.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setLeaderID(Long value)
Sets the user ID of the leader of the 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.
|
getCreatedBy, getDeleted, getDisplayName, getID, getName, getType, setCreatedBy, setDeleted, setDisplayName, setID, setName, setType
public void setLeaderID(Long value)
public Long getLeaderID()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class Member
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class Member
public String toString()
ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.