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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemGETSResourcePriorityResourcePriorityTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static SystemGETSResourcePriorityResourcePriorityTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemGETSResourcePriorityResourcePriorityTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getPriorityClass()
String
getPriorityLevel()
String
getPriorityValue()
int
hashCode()
void
setPriorityClass(String priorityClass)
void
setPriorityLevel(String priorityLevel)
void
setPriorityValue(String priorityValue)
String
toString()
-
-
-
Method Detail
-
getPriorityValue
public String getPriorityValue()
-
setPriorityValue
public void setPriorityValue(String priorityValue)
-
getPriorityLevel
public String getPriorityLevel()
-
setPriorityLevel
public void setPriorityLevel(String priorityLevel)
-
getPriorityClass
public String getPriorityClass()
-
setPriorityClass
public void setPriorityClass(String priorityClass)
-
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
-
-