Class SystemBwDiameterRoutingPeerRoutingPeerTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemBwDiameterRoutingPeerRoutingPeerTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemBwDiameterRoutingPeerRoutingPeerTableRow extends Object implements BroadWorksTableRow, Serializable
Contains a 6 column table with column headings 'Instance', 'Realm', 'ApplicationID', 'Identity', 'Priority', and 'Weight'. One row is present for each Diameter Routing Peer.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemBwDiameterRoutingPeerRoutingPeerTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getApplicationID()
static SystemBwDiameterRoutingPeerRoutingPeerTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemBwDiameterRoutingPeerRoutingPeerTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getIdentity()
String
getInstance()
String
getPriority()
String
getRealm()
String
getWeight()
int
hashCode()
void
setApplicationID(String applicationID)
void
setIdentity(String identity)
void
setInstance(String instance)
void
setPriority(String priority)
void
setRealm(String realm)
void
setWeight(String weight)
String
toString()
-
-
-
Method Detail
-
getInstance
public String getInstance()
-
setInstance
public void setInstance(String instance)
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String realm)
-
getApplicationID
public String getApplicationID()
-
setApplicationID
public void setApplicationID(String applicationID)
-
getIdentity
public String getIdentity()
-
setIdentity
public void setIdentity(String identity)
-
getPriority
public String getPriority()
-
setPriority
public void setPriority(String priority)
-
getWeight
public String getWeight()
-
setWeight
public void setWeight(String weight)
-
getFromNode
public static SystemBwDiameterRoutingPeerRoutingPeerTableRow 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<SystemBwDiameterRoutingPeerRoutingPeerTableRow> 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
-
-