Class ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow
extends Object
implements BroadWorksTableRow, Serializable
This is the configuration parameters for Communication Barring User Control service profileTable has column headings: "Name", "Code", "Activated" and "Primary".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCode()
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 NodeArraygetName()
int
hashCode()
void
setActivated
(String activated) void
void
void
setPrimary
(String primary) toString()
-
Constructor Details
-
ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow
public ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getActivated
-
setActivated
-
getPrimary
-
setPrimary
-
getFromNode
public static ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow 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<ProfileAndServiceCommunicationBarringUserControlInfoProfileTableRow> 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
-