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