Class GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupBroadWorksMobilityMobileSubscriberDirectoryNumberGetAssignmentListRequest. The response contains a table with columns: "Mobile Number", "User Id", "Last Name", "First Name","Phone Number", "Extension", "Department",. The "Mobile Number" column contains a single DN. The "User Id", "Last Name" and "First Name" columns contains the corresponding attributes of the user possessing the DN(s). The "Phone Number" column contains a single DN. The "Department" column contains the department of the user if it is part of a department.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetUser(BroadWorksServer broadWorksServer) inthashCode()voidsetDepartment(String department) voidsetExtension(String extension) voidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetMobileNumber(String mobileNumber) voidsetPhoneNumber(String phoneNumber) voidtoString()
-
Constructor Details
-
GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow
public GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow()
-
-
Method Details
-
getMobileNumber
-
setMobileNumber
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getUser
-
getFromNode
public static GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow 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<GroupBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumberTableRow> 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
-