public class CalItemInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int[] |
activities
Activity array associated with the item if any
|
private int |
activitiesArraySize
Activity array size
|
private int |
actualStatus
Calendar item actual (resolved) status
|
private java.lang.String |
actualStatusDescription
Reason description if item was declined
|
private int |
agentId
Agent ID
|
private java.lang.String |
comment
Descriptive text of the item
|
private double |
date
Calendar item date
|
private int |
duration
Calendar item duration
|
private double |
endTime
Calendar item (resolved) 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 java.lang.String |
itemName
Calendar item name (Shift name for Shift items)
|
private java.lang.String |
itemShortName
Abbrevated item name
|
private int |
itemType
Calendar item type
|
private int |
paidTime
Calendar item (resolved) paid duration
|
private double |
savedEndTime
Calendar item end time saved to DB
|
private int |
savedPaidTime
Calendar item paid duration saved to DB
|
private double |
savedStartTime
Calendar item start time saved to DB
|
private int |
savedStatus
Saved (requested) Calendar item status
|
private int |
siteId
Site ID
|
private double |
startTime
Calendar item (resolved) start time
|
private double |
submitDate
Date and time the Calendar item was submited
|
private long |
timestamp
Timestamp value
|
Constructor and Description |
---|
CalItemInformation() |
CalItemInformation(int siteId,
int agentId,
double date,
int item,
int itemId,
double startTime,
int duration,
double endTime,
int paidTime,
int actualStatus,
java.lang.String actualStatusDescription,
int savedStatus,
java.lang.String itemName,
java.lang.String itemShortName,
int itemType,
double submitDate,
java.lang.String comment,
int flag,
double savedStartTime,
double savedEndTime,
int savedPaidTime,
int activitiesArraySize,
int[] activities,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
int[] |
getActivities()
Gets the activities value for this CalItemInformation.
|
int |
getActivitiesArraySize()
Gets the activitiesArraySize value for this CalItemInformation.
|
int |
getActualStatus()
Gets the actualStatus value for this CalItemInformation.
|
java.lang.String |
getActualStatusDescription()
Gets the actualStatusDescription value for this CalItemInformation.
|
int |
getAgentId()
Gets the agentId value for this CalItemInformation.
|
java.lang.String |
getComment()
Gets the comment value for this CalItemInformation.
|
double |
getDate()
Gets the date value for this CalItemInformation.
|
int |
getDuration()
Gets the duration value for this CalItemInformation.
|
double |
getEndTime()
Gets the endTime value for this CalItemInformation.
|
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 CalItemInformation.
|
int |
getItemId()
Gets the itemId value for this CalItemInformation.
|
java.lang.String |
getItemName()
Gets the itemName value for this CalItemInformation.
|
java.lang.String |
getItemShortName()
Gets the itemShortName value for this CalItemInformation.
|
int |
getItemType()
Gets the itemType value for this CalItemInformation.
|
int |
getPaidTime()
Gets the paidTime value for this CalItemInformation.
|
double |
getSavedEndTime()
Gets the savedEndTime value for this CalItemInformation.
|
int |
getSavedPaidTime()
Gets the savedPaidTime value for this CalItemInformation.
|
double |
getSavedStartTime()
Gets the savedStartTime value for this CalItemInformation.
|
int |
getSavedStatus()
Gets the savedStatus value for this CalItemInformation.
|
int |
getSiteId()
Gets the siteId value for this CalItemInformation.
|
double |
getStartTime()
Gets the startTime value for this CalItemInformation.
|
double |
getSubmitDate()
Gets the submitDate value for this CalItemInformation.
|
long |
getTimestamp()
Gets the timestamp value for this CalItemShortInformation.
|
void |
setActivitiesArraySize(int activitiesArraySize)
Sets the activitiesArraySize value for this CalItemInformation.
|
void |
setActualStatus(int actualStatus)
Sets the actualStatus value for this CalItemInformation.
|
void |
setActualStatusDescription(java.lang.String actualStatusDescription)
Sets the actualStatusDescription value for this CalItemInformation.
|
void |
setAgentId(int agentId)
Sets the agentId value for this CalItemInformation.
|
void |
setComment(java.lang.String comment)
Sets the comment value for this CalItemInformation.
|
void |
setDate(double date)
Sets the date value for this CalItemInformation.
|
void |
setDuration(int duration)
Sets the duration value for this CalItemInformation.
|
void |
setEndTime(double endTime)
Sets the endTime value for this CalItemInformation.
|
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 CalItemInformation.
|
void |
setItemId(int itemId)
Sets the itemId value for this CalItemInformation.
|
void |
setItemName(java.lang.String itemName)
Sets the itemName value for this CalItemInformation.
|
void |
setItemShortName(java.lang.String itemShortName)
Sets the itemShortName value for this CalItemInformation.
|
void |
setItemType(int itemType)
Sets the itemType value for this CalItemInformation.
|
void |
setPaidTime(int paidTime)
Sets the paidTime value for this CalItemInformation.
|
void |
setSavedEndTime(double savedEndTime)
Sets the savedEndTime value for this CalItemInformation.
|
void |
setSavedPaidTime(int savedPaidTime)
Sets the savedPaidTime value for this CalItemInformation.
|
void |
setSavedStartTime(double savedStartTime)
Sets the savedStartTime value for this CalItemInformation.
|
void |
setSavedStatus(int savedStatus)
Sets the savedStatus value for this CalItemInformation.
|
void |
setSiteId(int siteId)
Sets the siteId value for this CalItemInformation.
|
void |
setStartTime(double startTime)
Sets the startTime value for this CalItemInformation.
|
void |
setSubmitDate(double submitDate)
Sets the submitDate value for this CalItemInformation.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CalItemShortInformation.
|
private int siteId
private int agentId
private double date
private int item
ECalItems
private int itemId
private double startTime
private int duration
private double endTime
private int paidTime
private int actualStatus
private java.lang.String actualStatusDescription
private int savedStatus
private java.lang.String itemName
private java.lang.String itemShortName
private int itemType
private double submitDate
private java.lang.String comment
private int activitiesArraySize
private int[] activities
private long timestamp
private int flag
ECalFlags
private double savedStartTime
private double savedEndTime
private int savedPaidTime
private int fullDay
public CalItemInformation()
public CalItemInformation(int siteId, int agentId, double date, int item, int itemId, double startTime, int duration, double endTime, int paidTime, int actualStatus, java.lang.String actualStatusDescription, int savedStatus, java.lang.String itemName, java.lang.String itemShortName, int itemType, double submitDate, java.lang.String comment, int flag, double savedStartTime, double savedEndTime, int savedPaidTime, int activitiesArraySize, int[] activities, long timestamp)
public int getSiteId()
public void setSiteId(int siteId)
siteId
- Site IDpublic 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 double getStartTime()
public void setStartTime(double startTime)
startTime
- Calendar item start timepublic int getDuration()
public void setDuration(int duration)
duration
- Calendar item durationpublic double getEndTime()
public void setEndTime(double endTime)
endTime
- Calendar item end timepublic int getPaidTime()
public void setPaidTime(int paidTime)
paidTime
- Calendar item paid durationpublic int getActualStatus()
ECalActualStatuses
public void setActualStatus(int actualStatus)
actualStatus
- Calendar item actual statusECalActualStatuses
public java.lang.String getActualStatusDescription()
public void setActualStatusDescription(java.lang.String actualStatusDescription)
actualStatusDescription
- Reason description if item was declinedpublic int getSavedStatus()
public void setSavedStatus(int savedStatus)
savedStatus
- Calendar item saved statuspublic java.lang.String getItemName()
public void setItemName(java.lang.String itemName)
itemName
- Calendar item namepublic java.lang.String getItemShortName()
public void setItemShortName(java.lang.String itemShortName)
itemShortName
- Calendar item short namepublic int getItemType()
public void setItemType(int itemType)
itemType
- Calendar item type IDpublic double getSubmitDate()
public void setSubmitDate(double submitDate)
submitDate
- Calendar item submition date and timepublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- Calendar item commentpublic double getSavedStartTime()
public void setSavedStartTime(double savedStartTime)
savedStartTime
- Start time stored in DBpublic double getSavedEndTime()
public void setSavedEndTime(double savedEndTime)
savedEndTime
- End time stored in DBpublic int getSavedPaidTime()
public void setSavedPaidTime(int savedPaidTime)
savedPaidTime
- Paid time stored in DBpublic int getActivitiesArraySize()
public void setActivitiesArraySize(int activitiesArraySize)
activitiesArraySize
- Calendar item related Activities array sizepublic int[] getActivities()
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public int getFlag()
ECalFlags
public void setFlag(int flag)
flag
- Calendar item flagECalFlags
public int getFullDay()
public void setFullDay(int fullDay)
fullDay
- Full day indicatorCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.