Class SystemDeviceFamilyDeviceFamilyTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemDeviceFamilyDeviceFamilyTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemDeviceFamilyDeviceFamilyTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemDeviceFamilyGetListRequest. The response includes a table of device family defined in the system. Column headings are: "Device Family Name", "Reseller Id". The following columns are only returned in AS data mode: "Reseller Id"
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemDeviceFamilyDeviceFamilyTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDeviceFamilyName()static SystemDeviceFamilyDeviceFamilyTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemDeviceFamilyDeviceFamilyTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetResellerId()inthashCode()voidsetDeviceFamilyName(String deviceFamilyName)voidsetResellerId(String resellerId)StringtoString()
-
Constructor Details
-
SystemDeviceFamilyDeviceFamilyTableRow
public SystemDeviceFamilyDeviceFamilyTableRow()
-
-
Method Details
-
getDeviceFamilyName
-
setDeviceFamilyName
-
getResellerId
-
setResellerId
-
getFromNode
public static SystemDeviceFamilyDeviceFamilyTableRow getFromNode(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 List<SystemDeviceFamilyDeviceFamilyTableRow> getFromNodeArray(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
-
hashCode
public int hashCode() -
toString
-