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 boolean
equals(java.lang.Object o)
java.lang.String
getAvailablePorts()
java.lang.String
getDeviceName()
java.lang.String
getDeviceType()
static SystemAccessDeviceAccessDeviceTable1Row
getFromNode(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.String
getMACAddress()
java.lang.String
getNetAddress()
java.lang.String
getStatus()
java.lang.String
getVersion()
int
hashCode()
void
setAvailablePorts(java.lang.String availablePorts)
void
setDeviceName(java.lang.String deviceName)
void
setDeviceType(java.lang.String deviceType)
void
setMACAddress(java.lang.String mACAddress)
void
setNetAddress(java.lang.String netAddress)
void
setStatus(java.lang.String status)
void
setVersion(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-