Class SystemBwDiameterRoutingRealmRoutingRealmTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemBwDiameterRoutingRealmRoutingRealmTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemBwDiameterRoutingRealmRoutingRealmTableRow
extends Object
implements BroadWorksTableRow, Serializable
Contains a 4 column table with column headings 'Instance', 'Realm', 'ApplicationID', and 'Default'. One row is present for each Diameter routing realm.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDef()
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetRealm()
int
hashCode()
void
setApplicationID
(String applicationID) void
void
setInstance
(String instance) void
toString()
-
Constructor Details
-
SystemBwDiameterRoutingRealmRoutingRealmTableRow
public SystemBwDiameterRoutingRealmRoutingRealmTableRow()
-
-
Method Details
-
getInstance
-
setInstance
-
getRealm
-
setRealm
-
getApplicationID
-
setApplicationID
-
getDef
-
setDef
-
getFromNode
public static SystemBwDiameterRoutingRealmRoutingRealmTableRow 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<SystemBwDiameterRoutingRealmRoutingRealmTableRow> 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
-