Class UserCallCenterCallDispositionCodeDispositionCodesTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.UserCallCenterCallDispositionCodeDispositionCodesTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserCallCenterCallDispositionCodeDispositionCodesTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the UserCallCenterCallDispositionCodeGetAvailableListRequest. This list may include Group/Enterprise level codes in addition to the Call Center level codes, depending on the call center disposition codes settings. Only active codes are included in the list. Contains a table with column headings: "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 UserCallCenterCallDispositionCodeDispositionCodesTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCode()StringgetDescription()static UserCallCenterCallDispositionCodeDispositionCodesTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<UserCallCenterCallDispositionCodeDispositionCodesTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetLevel()inthashCode()voidsetCode(String code)voidsetDescription(String description)voidsetLevel(String level)StringtoString()
-
-
-
Method Detail
-
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 UserCallCenterCallDispositionCodeDispositionCodesTableRow 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<UserCallCenterCallDispositionCodeDispositionCodesTableRow> 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
-
-