Class EnterpriseCallCenterAgentThresholdProfileAgentTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.EnterpriseCallCenterAgentThresholdProfileAgentTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class EnterpriseCallCenterAgentThresholdProfileAgentTable1Row extends Object implements BroadWorksTableRow, Serializable
Response to the EnterpriseCallCenterAgentThresholdProfileGetPagedSortedRequest. The agentTable contains the agents assigned to the profile and has the column headings: "User Id", "Group Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address";
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EnterpriseCallCenterAgentThresholdProfileAgentTable1Row()
-
Method Summary
-
Constructor Details
-
EnterpriseCallCenterAgentThresholdProfileAgentTable1Row
public EnterpriseCallCenterAgentThresholdProfileAgentTable1Row()
-
-
Method Details
-
getUserId
-
setUserId
-
getGroupId
-
setGroupId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getEmailAddress
-
setEmailAddress
-
getUser
-
getFromNode
public static EnterpriseCallCenterAgentThresholdProfileAgentTable1Row 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<EnterpriseCallCenterAgentThresholdProfileAgentTable1Row> 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
-