Class EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to EnterpriseSecurityClassificationCustomizationGetAvailableListRequest. Returns the available group security classifications. Contains a table with column headings: "SystemSecurityClassification", "CustomizedSecurityClassification"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setCustomizedSecurityClassification
(String customizedSecurityClassification) void
setSystemSecurityClassification
(String systemSecurityClassification) toString()
-
Constructor Details
-
EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow
public EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow()
-
-
Method Details
-
getSystemSecurityClassification
-
setSystemSecurityClassification
-
getCustomizedSecurityClassification
-
setCustomizedSecurityClassification
-
getFromNode
public static EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow 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<EnterpriseSecurityClassificationCustomizationSecurityClassificationNameTableRow> 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
-