Class SystemGETSResourcePriorityResourcePriorityTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemGETSResourcePriorityResourcePriorityTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemGETSResourcePriorityResourcePriorityTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemGETSResourcePriorityGetListRequest. The table columns are: "Priority Value", "Priority Level" and "Priority Class".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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 NodeArrayinthashCode()voidsetPriorityClass(String priorityClass) voidsetPriorityLevel(String priorityLevel) voidsetPriorityValue(String priorityValue) toString()
-
Constructor Details
-
SystemGETSResourcePriorityResourcePriorityTableRow
public SystemGETSResourcePriorityResourcePriorityTableRow()
-
-
Method Details
-
getPriorityValue
-
setPriorityValue
-
getPriorityLevel
-
setPriorityLevel
-
getPriorityClass
-
setPriorityClass
-
getFromNode
public static SystemGETSResourcePriorityResourcePriorityTableRow 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<SystemGETSResourcePriorityResourcePriorityTableRow> 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
-