Class SystemSecurityClassificationSecurityClassificationTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemSecurityClassificationSecurityClassificationTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemSecurityClassificationSecurityClassificationTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the SystemSecurityClassificationGetRequest21. Contains a table with column headings: "Name", "Priority".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemSecurityClassificationSecurityClassificationTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static SystemSecurityClassificationSecurityClassificationTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemSecurityClassificationSecurityClassificationTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getName()
String
getPriority()
int
hashCode()
void
setName(String name)
void
setPriority(String priority)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPriority
public String getPriority()
-
setPriority
public void setPriority(String priority)
-
getFromNode
public static SystemSecurityClassificationSecurityClassificationTableRow 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<SystemSecurityClassificationSecurityClassificationTableRow> 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
-
-