public class CalItemShortInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
agentID
Agent ID
|
private java.lang.String |
comment
Descriptive text of the item
|
private double |
date
Calendar item date
|
private double |
endTime
Calendar item end time
|
private int |
flag
Calendar item flag
ECalFlags |
private int |
fullDay
Full day indicator
|
private int |
item
Calendar item type
ECalItems |
private int |
itemID
Calendar item ID if any
|
private int |
itemTypeID
Calendar item type ID if any
|
private int |
paidTime
Calendar item paid Duration (can be less then total duration)
|
private int |
savedStatus
Saved (requested) Calendar item status
|
private double |
startTime
Calendar item start time
|
private long |
timestamp
Timestamp value
|
Constructor and Description |
---|
CalItemShortInformation() |
CalItemShortInformation(int agentID,
double date,
int item,
int itemID,
int itemTypeID,
double startTime,
double endTime,
int savedStatus,
java.lang.String comment,
long timestamp,
int flag,
int paidTime) |
Modifier and Type | Method and Description |
---|---|
int |
getAgentID()
Gets the agentID value for this CalItemShortInformation.
|
java.lang.String |
getComment()
Gets the comment value for this CalItemShortInformation.
|
double |
getDate()
Gets the date value for this CalItemShortInformation.
|
double |
getEndTime()
Gets the endTime value for this CalItemShortInformation.
|
int |
getFlag()
Gets the item value for this CalItemShortInformation.
|
int |
getFullDay()
Gets the item value for this CalItemShortInformation.
|
int |
getItem()
Gets the item value for this CalItemShortInformation.
|
int |
getItemID()
Gets the itemID value for this CalItemShortInformation.
|
int |
getItemTypeID()
Gets the itemTypeID value for this CalItemShortInformation.
|
int |
getPaidTime()
Gets the item value for this CalItemShortInformation.
|
int |
getSavedStatus()
Gets the savedStatus value for this CalItemShortInformation.
|
double |
getStartTime()
Gets the startTime value for this CalItemShortInformation.
|
long |
getTimestamp()
Gets the timestamp value for this CalItemShortInformation.
|
void |
setAgentID(int agentID)
Sets the agentID value for this CalItemShortInformation.
|
void |
setComment(java.lang.String comment)
Sets the comment value for this CalItemShortInformation.
|
void |
setDate(double date)
Sets the date value for this CalItemShortInformation.
|
void |
setEndTime(double endTime)
Sets the endTime value for this CalItemShortInformation.
|
void |
setFlag(int flag)
Sets the item value for this CalItemShortInformation.
|
void |
setFullDay(int fullDay)
Sets the item value for this CalItemShortInformation.
|
void |
setItem(int item)
Sets the item value for this CalItemShortInformation.
|
void |
setItemID(int itemID)
Sets the itemID value for this CalItemShortInformation.
|
void |
setItemTypeID(int itemTypeID)
Sets the itemTypeID value for this CalItemShortInformation.
|
void |
setPaidTime(int paidTime)
Sets the item value for this CalItemShortInformation.
|
void |
setSavedStatus(int savedStatus)
Sets the savedStatus value for this CalItemShortInformation.
|
void |
setStartTime(double startTime)
Sets the startTime value for this CalItemShortInformation.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CalItemShortInformation.
|
private int agentID
private double date
private int item
ECalItems
private int itemID
private int itemTypeID
private double startTime
private double endTime
private int paidTime
private int savedStatus
private java.lang.String comment
private int flag
ECalFlags
private long timestamp
private int fullDay
public CalItemShortInformation()
public CalItemShortInformation(int agentID, double date, int item, int itemID, int itemTypeID, double startTime, double endTime, int savedStatus, java.lang.String comment, long timestamp, int flag, int paidTime)
public int getAgentID()
public void setAgentID(int agentID)
agentID
- Agent IDpublic double getDate()
public void setDate(double date)
date
- Calendar item datepublic int getItem()
ECalItems
public void setItem(int item)
item
- Calendar item typeECalItems
public int getItemID()
public void setItemID(int itemID)
itemID
- Calendar item ID if anypublic int getItemTypeID()
public void setItemTypeID(int itemTypeID)
itemTypeID
- Calendar item type ID if anypublic double getStartTime()
public void setStartTime(double startTime)
startTime
- Calendar item start timepublic double getEndTime()
public void setEndTime(double endTime)
endTime
- Calendar item end timepublic int getSavedStatus()
public void setSavedStatus(int savedStatus)
savedStatus
- Calendar item saved statuspublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- Calendar item commentpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public int getFlag()
ECalFlags
public void setFlag(int flag)
flag
- Calendar item flagECalFlags
public int getPaidTime()
public void setPaidTime(int paidTime)
paidTime
- Calendar item paid duration in minutespublic int getFullDay()
public void setFullDay(int fullDay)
fullDay
- Full day indicatorCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.