Class SystemRoutingRoutingTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemRoutingRoutingTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemRoutingRoutingTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemRoutingGetTranslationListRequest. The column headings are "Routing Digits" and "Route".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemRoutingRoutingTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SystemRoutingRoutingTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemRoutingRoutingTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetRoute()StringgetRoutingDigits()inthashCode()voidsetRoute(String route)voidsetRoutingDigits(String routingDigits)StringtoString()
-
-
-
Method Detail
-
getRoutingDigits
public String getRoutingDigits()
-
setRoutingDigits
public void setRoutingDigits(String routingDigits)
-
getRoute
public String getRoute()
-
setRoute
public void setRoute(String route)
-
getFromNode
public static SystemRoutingRoutingTableRow 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<SystemRoutingRoutingTableRow> 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
-
-