public class GroupUserListTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
GroupUserListTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDepartment() |
String |
getEmailAddress() |
String |
getExtension() |
String |
getFirstName() |
static GroupUserListTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<GroupUserListTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getHiraganaFirstName() |
String |
getHiraganaLastName() |
String |
getLastName() |
String |
getPhoneNumber() |
User |
getUser(BroadWorksServer broadWorksServer) |
String |
getUserId() |
int |
hashCode() |
public String getUserId()
public String getLastName()
public String getFirstName()
public String getDepartment()
public String getPhoneNumber()
public String getEmailAddress()
public String getHiraganaLastName()
public String getHiraganaFirstName()
public String getExtension()
public User getUser(BroadWorksServer broadWorksServer)
@GwtIncompatible public static GroupUserListTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<GroupUserListTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2016 ECG. All rights reserved.