Class SystemSIPAclTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemSIPAclTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
Response to SystemSIPGetACLListRequest. The table columns are: "Net Address", "Transport" and "Description".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static SystemSIPAclTableRow
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<SystemSIPAclTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setDescription
(String description) void
setNetAddress
(String netAddress) void
setTransport
(String transport) toString()
-
Constructor Details
-
SystemSIPAclTableRow
public SystemSIPAclTableRow()
-
-
Method Details
-
getNetAddress
-
setNetAddress
-
getTransport
-
setTransport
-
getDescription
-
setDescription
-
getFromNode
public static SystemSIPAclTableRow 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<SystemSIPAclTableRow> 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
-