public class CalItemShortInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
agentID
Agent ID
|
protected java.lang.String |
comment
Descriptive text of the item
|
protected double |
date
Calendar item date
|
protected double |
endTime
Calendar item end time
|
protected int |
flag
Calendar item flag
ECalFlags |
protected int |
fullDay
Full day indicator
|
protected int |
item
Calendar item type
ECalItems |
protected int |
itemID
Calendar item ID if any
|
protected int |
itemTypeID
Calendar item type ID if any
|
protected int |
paidTime
Calendar item paid Duration (can be less then total duration)
|
protected int |
savedStatus
Saved (requested) Calendar item status
|
private static long |
serialVersionUID |
protected double |
startTime
Calendar item start time
|
protected long |
timestamp
Timestamp value
|
Constructor and Description |
---|
CalItemShortInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
int |
hashCode() |
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.
|
java.lang.String |
toString() |
CalItemShortInformation |
withAgentID(int value) |
CalItemShortInformation |
withComment(java.lang.String value) |
CalItemShortInformation |
withDate(double value) |
CalItemShortInformation |
withEndTime(double value) |
CalItemShortInformation |
withFlag(int value) |
CalItemShortInformation |
withFullDay(int value) |
CalItemShortInformation |
withItem(int value) |
CalItemShortInformation |
withItemID(int value) |
CalItemShortInformation |
withItemTypeID(int value) |
CalItemShortInformation |
withPaidTime(int value) |
CalItemShortInformation |
withSavedStatus(int value) |
CalItemShortInformation |
withStartTime(double value) |
CalItemShortInformation |
withTimestamp(long value) |
private static final long serialVersionUID
protected int agentID
protected double date
protected int item
ECalItems
protected int itemID
protected int itemTypeID
protected double startTime
protected double endTime
protected int savedStatus
protected int paidTime
protected int flag
ECalFlags
protected java.lang.String comment
protected int fullDay
protected long timestamp
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 indicatorpublic CalItemShortInformation withComment(java.lang.String value)
public CalItemShortInformation withTimestamp(long value)
public CalItemShortInformation withStartTime(double value)
public CalItemShortInformation withEndTime(double value)
public CalItemShortInformation withDate(double value)
public CalItemShortInformation withAgentID(int value)
public CalItemShortInformation withFlag(int value)
public CalItemShortInformation withFullDay(int value)
public CalItemShortInformation withItem(int value)
public CalItemShortInformation withItemID(int value)
public CalItemShortInformation withItemTypeID(int value)
public CalItemShortInformation withPaidTime(int value)
public CalItemShortInformation withSavedStatus(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.