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