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