Class SystemAccessDeviceAccessDeviceTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemAccessDeviceAccessDeviceTable1Row
- All Implemented Interfaces:
BroadWorksTableRow,java.io.Serializable
public class SystemAccessDeviceAccessDeviceTable1Row extends java.lang.Object implements BroadWorksTableRow, java.io.Serializable
Response to SystemAccessDeviceGetListRequest14. Contains a table of devices defined at the System-level. The column headings are: "Device Name", "Device Type", "Available Ports", "Net Address" and "MAC Address", "Status", "Version".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemAccessDeviceAccessDeviceTable1Row() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAvailablePorts()java.lang.StringgetDeviceName()java.lang.StringgetDeviceType()static SystemAccessDeviceAccessDeviceTable1RowgetFromNode(org.w3c.dom.Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic java.util.List<SystemAccessDeviceAccessDeviceTable1Row>getFromNodeArray(org.w3c.dom.Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayjava.lang.StringgetMACAddress()java.lang.StringgetNetAddress()java.lang.StringgetStatus()java.lang.StringgetVersion()inthashCode()voidsetAvailablePorts(java.lang.String availablePorts)voidsetDeviceName(java.lang.String deviceName)voidsetDeviceType(java.lang.String deviceType)voidsetMACAddress(java.lang.String mACAddress)voidsetNetAddress(java.lang.String netAddress)voidsetStatus(java.lang.String status)voidsetVersion(java.lang.String version)
-
Constructor Details
-
SystemAccessDeviceAccessDeviceTable1Row
public SystemAccessDeviceAccessDeviceTable1Row()
-
-
Method Details
-
getDeviceName
public java.lang.String getDeviceName() -
setDeviceName
public void setDeviceName(java.lang.String deviceName) -
getDeviceType
public java.lang.String getDeviceType() -
setDeviceType
public void setDeviceType(java.lang.String deviceType) -
getAvailablePorts
public java.lang.String getAvailablePorts() -
setAvailablePorts
public void setAvailablePorts(java.lang.String availablePorts) -
getNetAddress
public java.lang.String getNetAddress() -
setNetAddress
public void setNetAddress(java.lang.String netAddress) -
getMACAddress
public java.lang.String getMACAddress() -
setMACAddress
public void setMACAddress(java.lang.String mACAddress) -
getStatus
public java.lang.String getStatus() -
setStatus
public void setStatus(java.lang.String status) -
getVersion
public java.lang.String getVersion() -
setVersion
public void setVersion(java.lang.String version) -
getFromNode
public static SystemAccessDeviceAccessDeviceTable1Row getFromNode(org.w3c.dom.Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Node- Parameters:
n- The Node to parse for the OCI Table
-
getFromNodeArray
public static java.util.List<SystemAccessDeviceAccessDeviceTable1Row> getFromNodeArray(org.w3c.dom.Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray- The NodeArray to parse for the OCI Table
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-