public class CalAuditItem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswAgentId
Agent ID
|
protected int |
gswUserId
An ID of
CfgUser that is responsible for action |
protected int |
newStatus
Status of new/current calendar item
ECalSavedStatuses |
protected long |
newTimestamp
Timestamp for new/current calendar item
|
protected int |
oldStatus
Status of old/previous calendar item
ECalSavedStatuses |
protected long |
oldTimestamp
Timestamp for old/previous calendar item
|
private static long |
serialVersionUID |
protected int |
wmAction
Type of action performed
ECalActionType |
protected int |
wmCalendarItemId
Calendar Item ID
|
protected double |
wmDate
Date of Calendar Item
|
protected int |
wmType
Type of Calendar Item
ECalItems |
Constructor and Description |
---|
CalAuditItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
int |
hashCode() |
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.
|
java.lang.String |
toString() |
CalAuditItem |
withGswAgentId(int value) |
CalAuditItem |
withGswUserId(int value) |
CalAuditItem |
withNewStatus(int value) |
CalAuditItem |
withNewTimestamp(long value) |
CalAuditItem |
withOldStatus(int value) |
CalAuditItem |
withOldTimestamp(long value) |
CalAuditItem |
withWmAction(int value) |
CalAuditItem |
withWmCalendarItemId(int value) |
CalAuditItem |
withWmDate(double value) |
CalAuditItem |
withWmType(int value) |
private static final long serialVersionUID
protected int gswAgentId
protected double wmDate
protected int wmType
ECalItems
protected int wmCalendarItemId
protected int newStatus
ECalSavedStatuses
protected long newTimestamp
protected int oldStatus
ECalSavedStatuses
protected long oldTimestamp
protected int wmAction
ECalActionType
protected int gswUserId
CfgUser
that is responsible for actionpublic 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
- public CalAuditItem withGswAgentId(int value)
public CalAuditItem withGswUserId(int value)
public CalAuditItem withNewStatus(int value)
public CalAuditItem withNewTimestamp(long value)
public CalAuditItem withOldStatus(int value)
public CalAuditItem withOldTimestamp(long value)
public CalAuditItem withWmAction(int value)
public CalAuditItem withWmCalendarItemId(int value)
public CalAuditItem withWmDate(double value)
public CalAuditItem withWmType(int 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.