public class GroupRoutePointDnisTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
GroupRoutePointDnisTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExtension() |
static GroupRoutePointDnisTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<GroupRoutePointDnisTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getName() |
String |
getPhoneNumber() |
int |
hashCode() |
void |
setExtension(String extension) |
void |
setName(String name) |
void |
setPhoneNumber(String phoneNumber) |
public String getName()
public void setName(String name)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getExtension()
public void setExtension(String extension)
@GwtIncompatible public static GroupRoutePointDnisTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<GroupRoutePointDnisTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.