Class GroupCallCenterAgentThresholdProfileProfilesTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupCallCenterAgentThresholdProfileProfilesTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupCallCenterAgentThresholdProfileProfilesTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupCallCenterAgentThresholdProfileGetListRequest. Contains a table with all the Call Center Agent Threshold Profiles in the Group. The column headings are: "Default", "Name", "Description".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupCallCenterAgentThresholdProfileProfilesTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDef()StringgetDescription()static GroupCallCenterAgentThresholdProfileProfilesTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<GroupCallCenterAgentThresholdProfileProfilesTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetName()inthashCode()voidsetDef(String def)voidsetDescription(String description)voidsetName(String name)StringtoString()
-
Constructor Details
-
GroupCallCenterAgentThresholdProfileProfilesTableRow
public GroupCallCenterAgentThresholdProfileProfilesTableRow()
-
-
Method Details
-
getDef
-
setDef
-
getName
-
setName
-
getDescription
-
setDescription
-
getFromNode
public static GroupCallCenterAgentThresholdProfileProfilesTableRow 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<GroupCallCenterAgentThresholdProfileProfilesTableRow> 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
-
equals
-
hashCode
public int hashCode() -
toString
-