public class SystemDialableCallerIDCriteriaTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemDialableCallerIDCriteriaTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getActive() |
String |
getDescription() |
static SystemDialableCallerIDCriteriaTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemDialableCallerIDCriteriaTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getName() |
String |
getPrefixDigits() |
String |
getPriority() |
int |
hashCode() |
void |
setActive(String active) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPrefixDigits(String prefixDigits) |
void |
setPriority(String priority) |
public SystemDialableCallerIDCriteriaTableRow()
public String getActive()
public void setActive(String active)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getPrefixDigits()
public void setPrefixDigits(String prefixDigits)
public String getPriority()
public void setPriority(String priority)
@GwtIncompatible public static SystemDialableCallerIDCriteriaTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemDialableCallerIDCriteriaTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.