public class GroupAccessDeviceAccessDeviceTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
GroupAccessDeviceAccessDeviceTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAvailablePorts() |
String |
getDeviceName() |
String |
getDeviceType() |
static GroupAccessDeviceAccessDeviceTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<GroupAccessDeviceAccessDeviceTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getMACAddress() |
String |
getNetAddress() |
String |
getStatus() |
String |
getVersion() |
int |
hashCode() |
public GroupAccessDeviceAccessDeviceTableRow()
public String getDeviceName()
public String getDeviceType()
public String getAvailablePorts()
public String getNetAddress()
public String getMACAddress()
public String getStatus()
public String getVersion()
@GwtIncompatible public static GroupAccessDeviceAccessDeviceTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<GroupAccessDeviceAccessDeviceTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2016 ECG. All rights reserved.