public class SchAuditDay
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
Agent ID
|
private int |
gswUserId
An ID of User that is responsible for action
|
private long |
newTimestamp
Timestamp for new/current schedule
|
private long |
oldTimestamp
Timestamp of old/previous schedule
|
private int |
wmAction
|
private double |
wmDate
Date
|
Constructor and Description |
---|
SchAuditDay() |
SchAuditDay(int gswAgentId,
double wmDate,
long newTimestamp,
long oldTimestamp,
int wmAction,
int gswUserId) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this SchAuditDay.
|
int |
getGswUserId()
Gets the gswUserId value for this SchAuditDay.
|
long |
getNewTimestamp()
Gets the newTimestamp value for this SchAuditDay.
|
long |
getOldTimestamp()
Gets the oldTimestamp value for this SchAuditDay.
|
int |
getWmAction()
Gets the wmAction value for this SchAuditDay.
|
double |
getWmDate()
Gets the wmDate value for this SchAuditDay.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchAuditDay.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this SchAuditDay.
|
void |
setNewTimestamp(long newTimestamp)
Sets the newTimestamp value for this SchAuditDay.
|
void |
setOldTimestamp(long oldTimestamp)
Sets the oldTimestamp value for this SchAuditDay.
|
void |
setWmAction(int wmAction)
Sets the wmAction value for this SchAuditDay.
|
void |
setWmDate(double wmDate)
Sets the wmDate value for this SchAuditDay.
|
private int gswAgentId
private double wmDate
private long newTimestamp
private long oldTimestamp
private int wmAction
private int gswUserId
public SchAuditDay()
public SchAuditDay(int gswAgentId, double wmDate, long newTimestamp, long oldTimestamp, int wmAction, int gswUserId)
public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public double getWmDate()
public void setWmDate(double wmDate)
wmDate
- public long getNewTimestamp()
public void setNewTimestamp(long newTimestamp)
newTimestamp
- public long getOldTimestamp()
public void setOldTimestamp(long oldTimestamp)
oldTimestamp
- public int getWmAction()
public void setWmAction(int wmAction)
wmAction
- public int getGswUserId()
public void setGswUserId(int gswUserId)
gswUserId
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.