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