Class UserCallPickupUserTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserCallPickupUserTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserCallPickupUserTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the UserCallPickupGetRequest. Identifies which Call Pickup group the user belongs to and the list of users in the group. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Department", "Phone Number", "Extension", "Email Address".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UserCallPickupUserTableRow()
-
Method Summary
-
Constructor Details
-
UserCallPickupUserTableRow
public UserCallPickupUserTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getDepartment
-
setDepartment
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getEmailAddress
-
setEmailAddress
-
getUser
-
getFromNode
public static UserCallPickupUserTableRow 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<UserCallPickupUserTableRow> 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
-