public class SystemDialPlanPolicyAccessCodeTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemDialPlanPolicyAccessCodeTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccessCode() |
String |
getDescription() |
String |
getEnableSecondaryDialTone() |
static SystemDialPlanPolicyAccessCodeTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemDialPlanPolicyAccessCodeTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
int |
hashCode() |
void |
setAccessCode(String accessCode) |
void |
setDescription(String description) |
void |
setEnableSecondaryDialTone(String enableSecondaryDialTone) |
public SystemDialPlanPolicyAccessCodeTableRow()
public String getAccessCode()
public void setAccessCode(String accessCode)
public String getEnableSecondaryDialTone()
public void setEnableSecondaryDialTone(String enableSecondaryDialTone)
public String getDescription()
public void setDescription(String description)
@GwtIncompatible public static SystemDialPlanPolicyAccessCodeTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemDialPlanPolicyAccessCodeTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.