public class CfgAgentShort
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
gswAgentId
Agent ID
|
protected java.lang.String |
gswEmail
Agent's E-mail address
|
protected java.lang.String |
gswEmployeeId
Employee ID
|
protected java.lang.String |
gswFirstName
First Name
|
protected java.lang.String |
gswLastName
Last Name
|
private static long |
serialVersionUID |
protected int |
wmCarpoolId |
protected int |
wmContractId
Agent's Contract ID--identifies
CfgContract |
protected double |
wmEndDate
Termination Date (
OleDateTime);
can be NULL if Agent has not been terminated |
protected int |
wmSeniority
Seniority or Rank
|
protected int |
wmSiteId
Agent's Site ID--identifies
CfgSite; zero if Agent is "unassigned" |
protected double |
wmStartDate
Hire Date (
OleDateTime) |
protected int |
wmTeamId
Agent's Team ID--identifies
CfgTeam |
| Constructor and Description |
|---|
CfgAgentShort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswAgentId()
Gets the value of the gswAgentId property.
|
java.lang.String |
getGswEmail()
Gets the value of the gswEmail property.
|
java.lang.String |
getGswEmployeeId()
Gets the value of the gswEmployeeId property.
|
java.lang.String |
getGswFirstName()
Gets the value of the gswFirstName property.
|
java.lang.String |
getGswLastName()
Gets the value of the gswLastName property.
|
int |
getWmCarpoolId()
Gets the value of the wmCarpoolId property.
|
int |
getWmContractId()
Gets the value of the wmContractId property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
int |
getWmSeniority()
Gets the value of the wmSeniority property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmTeamId()
Gets the value of the wmTeamId property.
|
int |
hashCode() |
void |
setGswAgentId(int value)
Sets the value of the gswAgentId property.
|
void |
setGswEmail(java.lang.String value)
Sets the value of the gswEmail property.
|
void |
setGswEmployeeId(java.lang.String value)
Sets the value of the gswEmployeeId property.
|
void |
setGswFirstName(java.lang.String value)
Sets the value of the gswFirstName property.
|
void |
setGswLastName(java.lang.String value)
Sets the value of the gswLastName property.
|
void |
setWmCarpoolId(int value)
Sets the value of the wmCarpoolId property.
|
void |
setWmContractId(int value)
Sets the value of the wmContractId property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmSeniority(int value)
Sets the value of the wmSeniority property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmTeamId(int value)
Sets the value of the wmTeamId property.
|
java.lang.String |
toString() |
CfgAgentShort |
withGswAgentId(int value) |
CfgAgentShort |
withGswEmail(java.lang.String value) |
CfgAgentShort |
withGswEmployeeId(java.lang.String value) |
CfgAgentShort |
withGswFirstName(java.lang.String value) |
CfgAgentShort |
withGswLastName(java.lang.String value) |
CfgAgentShort |
withWmCarpoolId(int value) |
CfgAgentShort |
withWmContractId(int value) |
CfgAgentShort |
withWmEndDate(double value) |
CfgAgentShort |
withWmSeniority(int value) |
CfgAgentShort |
withWmSiteId(int value) |
CfgAgentShort |
withWmStartDate(double value) |
CfgAgentShort |
withWmTeamId(int value) |
private static final long serialVersionUID
protected int gswAgentId
protected int wmSiteId
CfgSite; zero if Agent is "unassigned"protected int wmTeamId
CfgTeamprotected int wmContractId
CfgContractprotected java.lang.String gswEmployeeId
protected java.lang.String gswFirstName
protected java.lang.String gswLastName
protected double wmStartDate
OleDateTime)protected double wmEndDate
OleDateTime);
can be NULL if Agent has not been terminatedprotected int wmSeniority
protected java.lang.String gswEmail
protected int wmCarpoolId
public int getGswAgentId()
public void setGswAgentId(int value)
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmTeamId()
public void setWmTeamId(int value)
public int getWmContractId()
public void setWmContractId(int value)
public java.lang.String getGswEmployeeId()
Stringpublic void setGswEmployeeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGswFirstName()
Stringpublic void setGswFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGswLastName()
Stringpublic void setGswLastName(java.lang.String value)
value - allowed object is
Stringpublic double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public int getWmSeniority()
public void setWmSeniority(int value)
public int getWmCarpoolId()
public void setWmCarpoolId(int value)
public java.lang.String getGswEmail()
Stringpublic void setGswEmail(java.lang.String value)
value - allowed object is
Stringpublic CfgAgentShort withGswAgentId(int value)
public CfgAgentShort withWmSiteId(int value)
public CfgAgentShort withWmTeamId(int value)
public CfgAgentShort withWmContractId(int value)
public CfgAgentShort withGswEmployeeId(java.lang.String value)
public CfgAgentShort withGswFirstName(java.lang.String value)
public CfgAgentShort withGswLastName(java.lang.String value)
public CfgAgentShort withWmStartDate(double value)
public CfgAgentShort withWmEndDate(double value)
public CfgAgentShort withWmSeniority(int value)
public CfgAgentShort withWmCarpoolId(int value)
public CfgAgentShort withGswEmail(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.