public class SchBid
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
Actual agent ID: identifies the agent who is bidding on the profile agent schedule.
|
private int |
wmBid
Bid value: value of '1' stands for 'my first choice', value '2' = 'my second choice', and so on.
|
private int |
wmProfileAgentId
Profile Agent ID: identifies the profile agent schedule on which that agent is bidding.
|
Constructor and Description |
---|
SchBid() |
SchBid(int gswAgentId,
int wmProfileAgentId,
int wmBid) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this SchBid.
|
int |
getWmBid()
Gets the wmBid value for this SchBid.
|
int |
getWmProfileAgentId()
Gets the wmProfileAgentId value for this SchBid.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchBid.
|
void |
setWmBid(int wmBid)
Sets the wmBid value for this SchBid.
|
void |
setWmProfileAgentId(int wmProfileAgentId)
Sets the wmProfileAgentId value for this SchBid.
|
private int gswAgentId
private int wmProfileAgentId
private int wmBid
public SchBid()
public SchBid(int gswAgentId, int wmProfileAgentId, int wmBid)
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmProfileAgentId()
public void setWmProfileAgentId(int wmProfileAgentId)
wmProfileAgentId
- public int getWmBid()
public void setWmBid(int wmBid)
wmBid
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.