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 boolean
equals(Object o)
static SystemRoutingRoutingTableRow
getFromNode(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 NodeArrayString
getRoute()
String
getRoutingDigits()
int
hashCode()
void
setRoute(String route)
void
setRoutingDigits(String routingDigits)
String
toString()
-
-
-
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
-
-