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 boolean
equals(Object o)
static SystemGETSSessionPriorityMapSessionPriorityTableRow
getFromNode(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 NodeArrayString
getPriorityLevel()
String
getSessionPriorityValue()
int
hashCode()
void
setPriorityLevel(String priorityLevel)
void
setSessionPriorityValue(String sessionPriorityValue)
String
toString()
-
-
-
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
-
-