public class SchScenarioAgent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswAgentId |
private int |
wmProfileAgentId |
private int |
wmProfileId |
private int |
wmQuota |
private int |
wmSeniority |
private int |
wmType |
Constructor and Description |
---|
SchScenarioAgent() |
SchScenarioAgent(int wmType,
int gswAgentId,
int wmProfileAgentId,
int wmProfileId,
int wmQuota,
int wmSeniority) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this SchScenarioAgent.
|
int |
getWmProfileAgentId()
Gets the wmProfileAgentId value for this SchScenarioAgent.
|
int |
getWmProfileId()
Gets the wmProfileId value for this SchScenarioAgent.
|
int |
getWmQuota()
Gets the wmQuota value for this SchScenarioAgent.
|
int |
getWmSeniority()
Gets the wmSeniority value for this SchScenarioAgent.
|
int |
getWmType()
Gets the wmType value for this SchScenarioAgent.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchScenarioAgent.
|
void |
setWmProfileAgentId(int wmProfileAgentId)
Sets the wmProfileAgentId value for this SchScenarioAgent.
|
void |
setWmProfileId(int wmProfileId)
Sets the wmProfileId value for this SchScenarioAgent.
|
void |
setWmQuota(int wmQuota)
Sets the wmQuota value for this SchScenarioAgent.
|
void |
setWmSeniority(int wmSeniority)
Sets the wmSeniority value for this SchScenarioAgent.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchScenarioAgent.
|
private int wmType
private int gswAgentId
private int wmProfileAgentId
private int wmProfileId
private int wmQuota
private int wmSeniority
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchScenarioAgent()
public SchScenarioAgent(int wmType, int gswAgentId, int wmProfileAgentId, int wmProfileId, int wmQuota, int wmSeniority)
public int getWmType()
public void setWmType(int wmType)
wmType
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmProfileAgentId()
public void setWmProfileAgentId(int wmProfileAgentId)
wmProfileAgentId
- public int getWmProfileId()
public void setWmProfileId(int wmProfileId)
wmProfileId
- public int getWmQuota()
public void setWmQuota(int wmQuota)
wmQuota
- public int getWmSeniority()
public void setWmSeniority(int wmSeniority)
wmSeniority
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.