public class CalAuditItem
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
CfgUser that is responsible for action |
private int |
newStatus
Status of new/current calendar item
ECalSavedStatuses |
private long |
newTimestamp
Timestamp for new/current calendar item
|
private int |
oldStatus
Status of old/previous calendar item
ECalSavedStatuses |
private long |
oldTimestamp
Timestamp for old/previous calendar item
|
private int |
wmAction
Type of action performed
ECalActionType |
private int |
wmCalendarItemId
Calendar Item ID
|
private double |
wmDate
Date of Calendar Item
|
private int |
wmType
Type of Calendar Item
ECalItems |
Constructor and Description |
---|
CalAuditItem() |
CalAuditItem(int gswAgentId,
double wmDate,
int wmType,
int wmCalendarItemId,
int newStatus,
long newTimestamp,
int oldStatus,
long oldTimestamp,
int wmAction,
int gswUserId) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this CalAuditItem.
|
int |
getGswUserId()
Gets the gswUserId value for this CalAuditItem.
|
int |
getNewStatus()
Gets the newStatus value for this CalAuditItem.
|
long |
getNewTimestamp()
Gets the newTimestamp value for this CalAuditItem.
|
int |
getOldStatus()
Gets the oldStatus value for this CalAuditItem.
|
long |
getOldTimestamp()
Gets the oldTimestamp value for this CalAuditItem.
|
int |
getWmAction()
Gets the wmAction value for this CalAuditItem.
|
int |
getWmCalendarItemId()
Gets the wmCalendarItemId value for this CalAuditItem.
|
double |
getWmDate()
Gets the wmDate value for this CalAuditItem.
|
int |
getWmType()
Gets the wmType value for this CalAuditItem.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this CalAuditItem.
|
void |
setGswUserId(int gswUserId)
Sets the gswUserId value for this CalAuditItem.
|
void |
setNewStatus(int newStatus)
Sets the newStatus value for this CalAuditItem.
|
void |
setNewTimestamp(long newTimestamp)
Sets the newTimestamp value for this CalAuditItem.
|
void |
setOldStatus(int oldStatus)
Sets the oldStatus value for this CalAuditItem.
|
void |
setOldTimestamp(long oldTimestamp)
Sets the oldTimestamp value for this CalAuditItem.
|
void |
setWmAction(int wmAction)
Sets the wmAction value for this CalAuditItem.
|
void |
setWmCalendarItemId(int wmCalendarItemId)
Sets the wmCalendarItemId value for this CalAuditItem.
|
void |
setWmDate(double wmDate)
Sets the wmDate value for this CalAuditItem.
|
void |
setWmType(int wmType)
Sets the wmType value for this CalAuditItem.
|
private int gswAgentId
private double wmDate
private int wmType
ECalItems
private int wmCalendarItemId
private int newStatus
ECalSavedStatuses
private long newTimestamp
private int oldStatus
ECalSavedStatuses
private long oldTimestamp
private int wmAction
ECalActionType
private int gswUserId
CfgUser
that is responsible for actionpublic CalAuditItem()
public CalAuditItem(int gswAgentId, double wmDate, int wmType, int wmCalendarItemId, int newStatus, long newTimestamp, int oldStatus, 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 int getWmType()
public void setWmType(int wmType)
wmType
- public int getWmCalendarItemId()
public void setWmCalendarItemId(int wmCalendarItemId)
wmCalendarItemId
- public int getNewStatus()
public void setNewStatus(int newStatus)
newStatus
- public long getNewTimestamp()
public void setNewTimestamp(long newTimestamp)
newTimestamp
- public int getOldStatus()
public void setOldStatus(int oldStatus)
oldStatus
- 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.