Class SystemSMDIAclTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemSMDIAclTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemSMDIAclTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemSMDIGetACLListRequest. The table columns are: "Net Address" and "Description".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemSMDIAclTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()static SystemSMDIAclTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemSMDIAclTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetNetAddress()inthashCode()voidsetDescription(String description)voidsetNetAddress(String netAddress)StringtoString()
-
-
-
Method Detail
-
getNetAddress
public String getNetAddress()
-
setNetAddress
public void setNetAddress(String netAddress)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getFromNode
public static SystemSMDIAclTableRow 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<SystemSMDIAclTableRow> 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
-
-