Class ServiceProviderCommunicationBarringProfileGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderCommunicationBarringProfileGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ServiceProviderCommunicationBarringProfileGroupTableRow extends Object implements BroadWorksTableRow, Serializable
Response to ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest. Contains a table of groups that have the Communication Barring Profile assigned. The column headings are: "Group Id" and "Group Name".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceProviderCommunicationBarringProfileGroupTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)static ServiceProviderCommunicationBarringProfileGroupTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<ServiceProviderCommunicationBarringProfileGroupTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetGroupId()StringgetGroupName()inthashCode()voidsetGroupId(String groupId)voidsetGroupName(String groupName)StringtoString()
-
Constructor Details
-
ServiceProviderCommunicationBarringProfileGroupTableRow
public ServiceProviderCommunicationBarringProfileGroupTableRow()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getGroupName
-
setGroupName
-
getFromNode
public static ServiceProviderCommunicationBarringProfileGroupTableRow 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<ServiceProviderCommunicationBarringProfileGroupTableRow> 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
-