Class SystemOCICallControlAclTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemOCICallControlAclTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemOCICallControlAclTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemOCICallControlGetACLListRequest. The table columns are: "Net Address" and "Description".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<SystemOCICallControlAclTableRow>
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) toString()
-
Constructor Details
-
SystemOCICallControlAclTableRow
public SystemOCICallControlAclTableRow()
-
-
Method Details
-
getNetAddress
-
setNetAddress
-
getDescription
-
setDescription
-
getFromNode
public static SystemOCICallControlAclTableRow 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<SystemOCICallControlAclTableRow> 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
-