public class SchScenarioParams
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
wmExcludeGranted |
private boolean |
wmIgnoreConstraints |
private boolean |
wmMultiSkill |
private boolean |
wmShuffleAgents |
private int |
wmStaffingType |
private int |
wmSwapMode |
private boolean |
wmTeamConstraints |
| Constructor and Description |
|---|
SchScenarioParams() |
SchScenarioParams(boolean wmMultiSkill,
int wmStaffingType,
boolean wmIgnoreConstraints,
boolean wmShuffleAgents,
boolean wmTeamConstraints,
boolean wmExcludeGranted,
int wmSwapMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmStaffingType()
Gets the wmStaffingType value for this SchScenarioParams.
|
int |
getWmSwapMode()
Gets the wmSwapMode value for this SchScenarioParams.
|
int |
hashCode() |
boolean |
isWmExcludeGranted()
Gets the wmExcludeGranted value for this SchScenarioParams.
|
boolean |
isWmIgnoreConstraints()
Gets the wmIgnoreConstraints value for this SchScenarioParams.
|
boolean |
isWmMultiSkill()
Gets the wmMultiSkill value for this SchScenarioParams.
|
boolean |
isWmShuffleAgents()
Gets the wmShuffleAgents value for this SchScenarioParams.
|
boolean |
isWmTeamConstraints()
Gets the wmTeamConstraints value for this SchScenarioParams.
|
void |
setWmExcludeGranted(boolean wmExcludeGranted)
Sets the wmExcludeGranted value for this SchScenarioParams.
|
void |
setWmIgnoreConstraints(boolean wmIgnoreConstraints)
Sets the wmIgnoreConstraints value for this SchScenarioParams.
|
void |
setWmMultiSkill(boolean wmMultiSkill)
Sets the wmMultiSkill value for this SchScenarioParams.
|
void |
setWmShuffleAgents(boolean wmShuffleAgents)
Sets the wmShuffleAgents value for this SchScenarioParams.
|
void |
setWmStaffingType(int wmStaffingType)
Sets the wmStaffingType value for this SchScenarioParams.
|
void |
setWmSwapMode(int wmSwapMode)
Sets the wmSwapMode value for this SchScenarioParams.
|
void |
setWmTeamConstraints(boolean wmTeamConstraints)
Sets the wmTeamConstraints value for this SchScenarioParams.
|
private boolean wmMultiSkill
private int wmStaffingType
private boolean wmIgnoreConstraints
private boolean wmShuffleAgents
private boolean wmTeamConstraints
private boolean wmExcludeGranted
private int wmSwapMode
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchScenarioParams()
public SchScenarioParams(boolean wmMultiSkill,
int wmStaffingType,
boolean wmIgnoreConstraints,
boolean wmShuffleAgents,
boolean wmTeamConstraints,
boolean wmExcludeGranted,
int wmSwapMode)
public boolean isWmMultiSkill()
public void setWmMultiSkill(boolean wmMultiSkill)
wmMultiSkill - public int getWmStaffingType()
public void setWmStaffingType(int wmStaffingType)
wmStaffingType - public boolean isWmIgnoreConstraints()
public void setWmIgnoreConstraints(boolean wmIgnoreConstraints)
wmIgnoreConstraints - public boolean isWmShuffleAgents()
public void setWmShuffleAgents(boolean wmShuffleAgents)
wmShuffleAgents - public boolean isWmTeamConstraints()
public void setWmTeamConstraints(boolean wmTeamConstraints)
wmTeamConstraints - public boolean isWmExcludeGranted()
public void setWmExcludeGranted(boolean wmExcludeGranted)
wmExcludeGranted - public int getWmSwapMode()
public void setWmSwapMode(int wmSwapMode)
wmSwapMode - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.