Class SystemAccountingChargingFunctionElementServerTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemAccountingChargingFunctionElementServerTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemAccountingChargingFunctionElementServerTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemAccountingGetChargingFunctionElementServerListRequest. The accounting charging function element Server table column headings are: "Address", "Extended Net Address", "Type", "Description".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemAccountingChargingFunctionElementServerTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetAddress()StringgetDescription()StringgetExtendedNetAddress()static SystemAccountingChargingFunctionElementServerTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemAccountingChargingFunctionElementServerTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetType()inthashCode()voidsetAddress(String address)voidsetDescription(String description)voidsetExtendedNetAddress(String extendedNetAddress)voidsetType(String type)StringtoString()
-
Constructor Details
-
SystemAccountingChargingFunctionElementServerTableRow
public SystemAccountingChargingFunctionElementServerTableRow()
-
-
Method Details
-
getAddress
-
setAddress
-
getExtendedNetAddress
-
setExtendedNetAddress
-
getType
-
setType
-
getDescription
-
setDescription
-
getFromNode
public static SystemAccountingChargingFunctionElementServerTableRow 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<SystemAccountingChargingFunctionElementServerTableRow> 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
-