Class GroupBroadWorksMobileManagerHomeZonesTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupBroadWorksMobileManagerHomeZonesTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupBroadWorksMobileManagerHomeZonesTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the GroupBroadWorksMobileManagerGetHomeZoneListRequest. Contains a table with column headings: "Home Zone Id", "Domain Name", "Mobile Country Code", "Mobile Network Code", "Local Area Code" and "Cell Identity".
- 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 NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setCellIdentity
(String cellIdentity) void
setDomainName
(String domainName) void
setHomeZoneId
(String homeZoneId) void
setLocalAreaCode
(String localAreaCode) void
setMobileCountryCode
(String mobileCountryCode) void
setMobileNetworkCode
(String mobileNetworkCode) toString()
-
Constructor Details
-
GroupBroadWorksMobileManagerHomeZonesTableRow
public GroupBroadWorksMobileManagerHomeZonesTableRow()
-
-
Method Details
-
getHomeZoneId
-
setHomeZoneId
-
getDomainName
-
setDomainName
-
getMobileCountryCode
-
setMobileCountryCode
-
getMobileNetworkCode
-
setMobileNetworkCode
-
getLocalAreaCode
-
setLocalAreaCode
-
getCellIdentity
-
setCellIdentity
-
getFromNode
public static GroupBroadWorksMobileManagerHomeZonesTableRow 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<GroupBroadWorksMobileManagerHomeZonesTableRow> 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
-