public class Member extends ServiceDataObject implements Serializable
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
long |
getCreatedBy()
Gets the ID of the user that created the member.
|
boolean |
getDeleted()
Gets whether or not the member has been deleted.
|
String |
getDisplayName()
Gets the member's display name.
|
long |
getID()
Gets the ID of the member.
|
String |
getName()
Gets the member's name.
|
String |
getType()
Gets the member type (i.e.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCreatedBy(long value)
Sets the ID of the user that created the member.
|
void |
setDeleted(boolean value)
Sets whether or not the member has been deleted.
|
void |
setDisplayName(String value)
Sets the member's display name.
|
void |
setID(long value)
Sets the ID of the member.
|
void |
setName(String value)
Sets the member's name.
|
void |
setType(String value)
Sets the member type (i.e.
|
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 setCreatedBy(long value)
public long getCreatedBy()
public void setDeleted(boolean value)
public boolean getDeleted()
public void setDisplayName(String value)
public String getDisplayName()
public void setID(long value)
public long getID()
public void setName(String value)
public String getName()
public void setType(String value)
public String 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.