public class SystemAccessDeviceAccessDeviceTable1Row extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemAccessDeviceAccessDeviceTable1Row() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAvailablePorts() |
String |
getDeviceName() |
String |
getDeviceType() |
static SystemAccessDeviceAccessDeviceTable1Row |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemAccessDeviceAccessDeviceTable1Row> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getMACAddress() |
String |
getNetAddress() |
String |
getStatus() |
String |
getVersion() |
int |
hashCode() |
void |
setAvailablePorts(String availablePorts) |
void |
setDeviceName(String deviceName) |
void |
setDeviceType(String deviceType) |
void |
setMACAddress(String mACAddress) |
void |
setNetAddress(String netAddress) |
void |
setStatus(String status) |
void |
setVersion(String version) |
public SystemAccessDeviceAccessDeviceTable1Row()
public String getDeviceName()
public void setDeviceName(String deviceName)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getAvailablePorts()
public void setAvailablePorts(String availablePorts)
public String getNetAddress()
public void setNetAddress(String netAddress)
public String getMACAddress()
public void setMACAddress(String mACAddress)
public String getStatus()
public void setStatus(String status)
public String getVersion()
public void setVersion(String version)
@GwtIncompatible public static SystemAccessDeviceAccessDeviceTable1Row getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemAccessDeviceAccessDeviceTable1Row> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.