Class GroupDnDnTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupDnDnTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
Response to the GroupDnGetAssignmentListRequest18. The response contains a table with columns: "Phone Numbers", "Department", "Activated", "User Id", "Last Name", "First Name", "Extension", "Email Address", "User Type", "Country Code", "National Prefix". The "Phone Numbers" column contains either a single DN or a range of DNs. The "User Id", "Last Name" and "First Name" columns contains the corresponding attributes of the user possessing the DN(s). For a service instance, "Last Name" contains the service instance name and "First Name" column contains the corresponding enumerated UserType value. The "Department" column contains the department of the DN, not the department of the user or service instance. The "Activated" column indicates if the DN or DN range has been activated. The "User Type" column contains the corresponding enumerated UserType value. The "Country Code" column indicates the dialing prefix for the phone number. The "National Prefix" column indicates the digit sequence to be dialed before the telephone number. NOTE: the same phone number can show up in the list twice if the phone number is being used as the group calling line Id.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static GroupDnDnTable1Row
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<GroupDnDnTable1Row>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetUser
(BroadWorksServer broadWorksServer) int
hashCode()
void
setActivated
(String activated) void
setCountryCode
(String countryCode) void
setDepartment
(String department) void
setEmailAddress
(String emailAddress) void
setExtension
(String extension) void
setFirstName
(String firstName) void
setLastName
(String lastName) void
setNationalPrefix
(String nationalPrefix) void
setPhoneNumbers
(String phoneNumbers) void
void
setUserType
(String userType) toString()
-
Constructor Details
-
GroupDnDnTable1Row
public GroupDnDnTable1Row()
-
-
Method Details
-
getPhoneNumbers
-
setPhoneNumbers
-
getDepartment
-
setDepartment
-
getActivated
-
setActivated
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getExtension
-
setExtension
-
getEmailAddress
-
setEmailAddress
-
getUserType
-
setUserType
-
getCountryCode
-
setCountryCode
-
getNationalPrefix
-
setNationalPrefix
-
getUser
-
getFromNode
public static GroupDnDnTable1Row 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<GroupDnDnTable1Row> 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
-