Class ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberGetSummaryListRequest. The column headings are "Phone Number", "Group Id" and "Mobile Network".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setGroupId
(String groupId) void
setMobileNetwork
(String mobileNetwork) void
setPhoneNumber
(String phoneNumber) toString()
-
Constructor Details
-
ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow
public ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow()
-
-
Method Details
-
getPhoneNumber
-
setPhoneNumber
-
getGroupId
-
setGroupId
-
getMobileNetwork
-
setMobileNetwork
-
getFromNode
public static ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow 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<ServiceProviderBroadWorksMobilityMobileSubscriberDirectoryNumberMobileSubscriberDirectoryNumbersSummaryTableRow> 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
-