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 |
wmBUId
BUID
|
protected int |
wmCarpoolId |
protected int |
wmContractId
Agent's Contract ID (
CfgContract ) for today or for selected date. |
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 |
getWmBUId()
Gets the value of the wmBUId 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 |
setWmBUId(int value)
Sets the value of the wmBUId 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 |
withWmBUId(int 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 wmBUId
protected int wmSiteId
CfgSite
; zero if Agent is "unassigned"protected int wmTeamId
CfgTeam
protected int wmContractId
CfgContract
) for today or for selected date. The date selection can
be specified as CfgAgentFilter
.wmStartDateprotected 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 getWmBUId()
public void setWmBUId(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()
String
public void setGswEmployeeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGswFirstName()
String
public void setGswFirstName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGswLastName()
String
public void setGswLastName(java.lang.String value)
value
- allowed object is
String
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public int getWmSeniority()
public void setWmSeniority(int value)
public java.lang.String getGswEmail()
String
public void setGswEmail(java.lang.String value)
value
- allowed object is
String
public int getWmCarpoolId()
Integer
public void setWmCarpoolId(int value)
value
- allowed object is
Integer
public CfgAgentShort withGswAgentId(int value)
public CfgAgentShort withWmCarpoolId(int value)
public CfgAgentShort withWmBUId(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 withGswEmail(java.lang.String 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.