public class CfgAgentShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
Agent ID
|
private java.lang.String |
gswEmail
Agent's E-mail address
|
private java.lang.String |
gswEmployeeId
Employee ID
|
private java.lang.String |
gswFirstName
First Name
|
private java.lang.String |
gswLastName
Last Name
|
private int |
wmContractId
Agent's Contract ID--identifies
CfgContract |
private double |
wmEndDate
Termination Date (
OleDateTime );
can be NULL if Agent has not been terminated |
private int |
wmSeniority
Seniority or Rank
|
private int |
wmSiteId
Agent's Site ID--identifies
CfgSite ; zero if Agent is "unassigned" |
private double |
wmStartDate
Hire Date (
OleDateTime ) |
private int |
wmTeamId
Agent's Team ID--identifies
CfgTeam |
Constructor and Description |
---|
CfgAgentShort() |
CfgAgentShort(int gswAgentId,
int wmSiteId,
int wmTeamId,
int wmContractId,
java.lang.String gswEmployeeId,
java.lang.String gswFirstName,
java.lang.String gswLastName,
double wmStartDate,
double wmEndDate,
int wmSeniority) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this CfgAgentShort.
|
java.lang.String |
getGswEmail()
Gets the gswEmail value for this CfgAgent.
|
java.lang.String |
getGswEmployeeId()
Gets the gswEmployeeId value for this CfgAgentShort.
|
java.lang.String |
getGswFirstName()
Gets the gswFirstName value for this CfgAgentShort.
|
java.lang.String |
getGswLastName()
Gets the gswLastName value for this CfgAgentShort.
|
int |
getWmContractId()
Gets the wmContractId value for this CfgAgentShort.
|
double |
getWmEndDate()
Gets the wmEndDate value for this CfgAgentShort.
|
int |
getWmSeniority()
Gets the wmSeniority value for this CfgAgentShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgAgentShort.
|
double |
getWmStartDate()
Gets the wmStartDate value for this CfgAgentShort.
|
int |
getWmTeamId()
Gets the wmTeamId value for this CfgAgentShort.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this CfgAgentShort.
|
void |
setGswEmail(java.lang.String gswEmail)
Sets the gswEmail value for this CfgAgent.
|
void |
setGswEmployeeId(java.lang.String gswEmployeeId)
Sets the gswEmployeeId value for this CfgAgentShort.
|
void |
setGswFirstName(java.lang.String gswFirstName)
Sets the gswFirstName value for this CfgAgentShort.
|
void |
setGswLastName(java.lang.String gswLastName)
Sets the gswLastName value for this CfgAgentShort.
|
void |
setWmContractId(int wmContractId)
Sets the wmContractId value for this CfgAgentShort.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this CfgAgentShort.
|
void |
setWmSeniority(int wmSeniority)
Sets the wmSeniority value for this CfgAgentShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgAgentShort.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this CfgAgentShort.
|
void |
setWmTeamId(int wmTeamId)
Sets the wmTeamId value for this CfgAgentShort.
|
private int gswAgentId
private int wmSiteId
CfgSite
; zero if Agent is "unassigned"private int wmTeamId
CfgTeam
private int wmContractId
CfgContract
private java.lang.String gswEmployeeId
private java.lang.String gswFirstName
private java.lang.String gswLastName
private double wmStartDate
OleDateTime
)private double wmEndDate
OleDateTime
);
can be NULL if Agent has not been terminatedprivate int wmSeniority
private java.lang.String gswEmail
public CfgAgentShort()
public CfgAgentShort(int gswAgentId, int wmSiteId, int wmTeamId, int wmContractId, java.lang.String gswEmployeeId, java.lang.String gswFirstName, java.lang.String gswLastName, double wmStartDate, double wmEndDate, int wmSeniority)
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getWmTeamId()
public void setWmTeamId(int wmTeamId)
wmTeamId
- public int getWmContractId()
public void setWmContractId(int wmContractId)
wmContractId
- public java.lang.String getGswEmployeeId()
public void setGswEmployeeId(java.lang.String gswEmployeeId)
gswEmployeeId
- public java.lang.String getGswFirstName()
public void setGswFirstName(java.lang.String gswFirstName)
gswFirstName
- public java.lang.String getGswLastName()
public void setGswLastName(java.lang.String gswLastName)
gswLastName
- public double getWmStartDate()
public void setWmStartDate(double wmStartDate)
wmStartDate
- public double getWmEndDate()
public void setWmEndDate(double wmEndDate)
wmEndDate
- public int getWmSeniority()
public void setWmSeniority(int wmSeniority)
wmSeniority
- public java.lang.String getGswEmail()
public void setGswEmail(java.lang.String gswEmail)
gswEmail
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.