Class GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupCallCenterQueueCallDispositionCodeGetListRequest. Contains a table with column headings: "Is Active", "Code", "Description" and "Level". Level column can be any of the values in the data type CallDispositionCodeLevel.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCode()
String
getDescription()
static GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getIsActive()
String
getLevel()
int
hashCode()
void
setCode(String code)
void
setDescription(String description)
void
setIsActive(String isActive)
void
setLevel(String level)
String
toString()
-
-
-
Method Detail
-
getIsActive
public String getIsActive()
-
setIsActive
public void setIsActive(String isActive)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getLevel
public String getLevel()
-
setLevel
public void setLevel(String level)
-
getFromNode
public static GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<GroupCallCenterQueueCallDispositionCodeDispositionCodesTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
-