public class ProjectParticipants extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProjectParticipants() |
Modifier and Type | Method and Description |
---|---|
Member[] |
getCoordinators()
Gets the coordinators of the project.
|
Member |
getCoordinators(int index)
Gets the value at the specified index in the Coordinators array.
|
Member[] |
getGuests()
Gets the guests of the project.
|
Member |
getGuests(int index)
Gets the value at the specified index in the Guests array.
|
Member[] |
getMembers()
Gets the members of the project.
|
Member |
getMembers(int index)
Gets the value at the specified index in the Members array.
|
long |
getProjectID()
Gets the ID of the project.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCoordinators(int index,
Member value)
Sets the value at the specified index in the fCoordinators array.
|
void |
setCoordinators(Member[] value)
Sets the coordinators of the project.
|
void |
setGuests(int index,
Member value)
Sets the value at the specified index in the fGuests array.
|
void |
setGuests(Member[] value)
Sets the guests of the project.
|
void |
setMembers(int index,
Member value)
Sets the value at the specified index in the fMembers array.
|
void |
setMembers(Member[] value)
Sets the members of the project.
|
void |
setProjectID(long value)
Sets the ID of the project.
|
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 setCoordinators(Member[] value)
public Member[] getCoordinators()
public void setCoordinators(int index, Member value)
public Member getCoordinators(int index)
public void setGuests(Member[] value)
public Member[] getGuests()
public void setGuests(int index, Member value)
public Member getGuests(int index)
public void setMembers(Member[] value)
public Member[] getMembers()
public void setMembers(int index, Member value)
public Member getMembers(int index)
public void setProjectID(long value)
public long getProjectID()
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.