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