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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCommunicationBarringUserControlProfileTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getActivated()
String
getCode()
static UserCommunicationBarringUserControlProfileTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<UserCommunicationBarringUserControlProfileTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getName()
String
getPrimary()
int
hashCode()
void
setActivated(String activated)
void
setCode(String code)
void
setName(String name)
void
setPrimary(String primary)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getActivated
public String getActivated()
-
setActivated
public void setActivated(String activated)
-
getPrimary
public String getPrimary()
-
setPrimary
public void setPrimary(String primary)
-
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
-
-