public class User extends Member implements Serializable
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
long |
getDepartmentGroupID()
Gets the user's department.
|
String |
getEmail()
Gets the user's email address.
|
String |
getFax()
Gets the user's fax number.
|
String |
getFirstName()
Gets the user's first name.
|
String |
getLastName()
Gets the user's last name.
|
String |
getMiddleName()
Gets the user's middle name.
|
String |
getOfficeLocation()
Gets the user's office location.
|
String |
getPassword()
Gets the user's password.
|
String |
getPhone()
Gets the user's phone number.
|
MemberPrivileges |
getPrivileges()
Gets the user's privileges.
|
Integer |
getTimeZone()
Gets the user's time zone.
|
String |
getTitle()
Gets the user's title.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDepartmentGroupID(long value)
Sets the user's department.
|
void |
setEmail(String value)
Sets the user's email address.
|
void |
setFax(String value)
Sets the user's fax number.
|
void |
setFirstName(String value)
Sets the user's first name.
|
void |
setLastName(String value)
Sets the user's last name.
|
void |
setMiddleName(String value)
Sets the user's middle name.
|
void |
setOfficeLocation(String value)
Sets the user's office location.
|
void |
setPassword(String value)
Sets the user's password.
|
void |
setPhone(String value)
Sets the user's phone number.
|
void |
setPrivileges(MemberPrivileges value)
Sets the user's privileges.
|
void |
setTimeZone(Integer value)
Sets the user's time zone.
|
void |
setTitle(String value)
Sets the user's title.
|
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 setDepartmentGroupID(long value)
public long getDepartmentGroupID()
public void setEmail(String value)
public String getEmail()
public void setFax(String value)
public String getFax()
public void setFirstName(String value)
public String getFirstName()
public void setLastName(String value)
public String getLastName()
public void setMiddleName(String value)
public String getMiddleName()
public void setOfficeLocation(String value)
public String getOfficeLocation()
public void setPassword(String value)
public String getPassword()
public void setPhone(String value)
public String getPhone()
public void setPrivileges(MemberPrivileges value)
public MemberPrivileges getPrivileges()
public void setTimeZone(Integer value)
public Integer getTimeZone()
public void setTitle(String value)
public String getTitle()
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.