Class ServiceProviderCommunicationBarringCriteriaCriteriaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderCommunicationBarringCriteriaCriteriaTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ServiceProviderCommunicationBarringCriteriaCriteriaTableRow extends Object implements BroadWorksTableRow, Serializable
Response to ServiceProviderCommunicationBarringCriteriaGetAssignedListRequest. Contains a table of all Communication Barring Criteria assigned to the service provider. The column headings are: "Name" and "Description".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceProviderCommunicationBarringCriteriaCriteriaTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
static ServiceProviderCommunicationBarringCriteriaCriteriaTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<ServiceProviderCommunicationBarringCriteriaCriteriaTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getName()
int
hashCode()
void
setDescription(String description)
void
setName(String name)
String
toString()
-
Constructor Details
-
ServiceProviderCommunicationBarringCriteriaCriteriaTableRow
public ServiceProviderCommunicationBarringCriteriaCriteriaTableRow()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getFromNode
public static ServiceProviderCommunicationBarringCriteriaCriteriaTableRow 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<ServiceProviderCommunicationBarringCriteriaCriteriaTableRow> 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
-