public class SchBid
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Actual agent ID: identifies the agent who is bidding on the profile agent schedule.
|
private static long |
serialVersionUID |
protected int |
wmBid
Bid value: value of '1' stands for 'my first choice', value '2' = 'my second choice', and so on.
|
protected int |
wmProfileAgentId
Profile Agent ID: identifies the profile agent schedule on which that agent is bidding.
|
Constructor and Description |
---|
SchBid() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
int |
getWmBid()
Gets the value of the wmBid property.
|
int |
getWmProfileAgentId()
Gets the value of the wmProfileAgentId property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setWmBid(int value)
Sets the value of the wmBid property.
|
void |
setWmProfileAgentId(int value)
Sets the value of the wmProfileAgentId property.
|
java.lang.String |
toString() |
SchBid |
withGswAgentId(int value) |
SchBid |
withWmBid(int value) |
SchBid |
withWmProfileAgentId(int value) |
private static final long serialVersionUID
protected int gswAgentId
protected int wmProfileAgentId
protected int wmBid
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmProfileAgentId()
public void setWmProfileAgentId(int value)
public int getWmBid()
public void setWmBid(int value)
public SchBid withGswAgentId(int value)
public SchBid withWmProfileAgentId(int value)
public SchBid withWmBid(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.