Class SystemRoamingNetworkRoamingNetworkTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemRoamingNetworkRoamingNetworkTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemRoamingNetworkRoamingNetworkTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the SystemRoamingNetworkGetListRequest. Contains a table with columns: "MSC Address", "Network Translation Index".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemRoamingNetworkRoamingNetworkTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SystemRoamingNetworkRoamingNetworkTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemRoamingNetworkRoamingNetworkTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetMSCAddress()StringgetNetworkTranslationIndex()inthashCode()voidsetMSCAddress(String mSCAddress)voidsetNetworkTranslationIndex(String networkTranslationIndex)StringtoString()
-
-
-
Method Detail
-
getMSCAddress
public String getMSCAddress()
-
setMSCAddress
public void setMSCAddress(String mSCAddress)
-
getNetworkTranslationIndex
public String getNetworkTranslationIndex()
-
setNetworkTranslationIndex
public void setNetworkTranslationIndex(String networkTranslationIndex)
-
getFromNode
public static SystemRoamingNetworkRoamingNetworkTableRow 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<SystemRoamingNetworkRoamingNetworkTableRow> 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
-
-