Class UserCommunicationBarringUserControlProfileTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserCommunicationBarringUserControlProfileTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserCommunicationBarringUserControlProfileTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserCommunicationBarringUserControlGetRequest. Identifies the profiles available to the user and which one if any is active as well as the lockout status. Contains a table with column headings: "Name", "Code", "Activated" and "Primary".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()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()inthashCode()voidsetActivated(String activated) voidvoidvoidsetPrimary(String primary) toString()
-
Constructor Details
-
UserCommunicationBarringUserControlProfileTableRow
public UserCommunicationBarringUserControlProfileTableRow()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getActivated
-
setActivated
-
getPrimary
-
setPrimary
-
getFromNode
public static UserCommunicationBarringUserControlProfileTableRow 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<UserCommunicationBarringUserControlProfileTableRow> 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
-