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 boolean
equals(Object o)
String
getAddress()
String
getDescription()
String
getExtendedNetAddress()
static SystemAccountingChargingFunctionElementServerTableRow
getFromNode(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 NodeArrayString
getType()
int
hashCode()
void
setAddress(String address)
void
setDescription(String description)
void
setExtendedNetAddress(String extendedNetAddress)
void
setType(String type)
String
toString()
-
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
-