Class SystemGETSSessionPriorityMapSessionPriorityTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemGETSSessionPriorityMapSessionPriorityTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemGETSSessionPriorityMapSessionPriorityTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemGETSSessionPriorityMapGetListRequest. The table columns are: "Priority Level" and "Session Priority Value".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemGETSSessionPriorityMapSessionPriorityTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SystemGETSSessionPriorityMapSessionPriorityTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemGETSSessionPriorityMapSessionPriorityTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetPriorityLevel()StringgetSessionPriorityValue()inthashCode()voidsetPriorityLevel(String priorityLevel)voidsetSessionPriorityValue(String sessionPriorityValue)StringtoString()
-
-
-
Method Detail
-
getPriorityLevel
public String getPriorityLevel()
-
setPriorityLevel
public void setPriorityLevel(String priorityLevel)
-
getSessionPriorityValue
public String getSessionPriorityValue()
-
setSessionPriorityValue
public void setSessionPriorityValue(String sessionPriorityValue)
-
getFromNode
public static SystemGETSSessionPriorityMapSessionPriorityTableRow 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<SystemGETSSessionPriorityMapSessionPriorityTableRow> 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
-
-