public class SystemRoutingRoutingTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemRoutingRoutingTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SystemRoutingRoutingTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemRoutingRoutingTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getRoute() |
String |
getRoutingDigits() |
int |
hashCode() |
void |
setRoute(String route) |
void |
setRoutingDigits(String routingDigits) |
public String getRoutingDigits()
public void setRoutingDigits(String routingDigits)
public String getRoute()
public void setRoute(String route)
@GwtIncompatible public static SystemRoutingRoutingTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemRoutingRoutingTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.