public class CalItemShortInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
agentID |
private java.lang.String |
comment |
private double |
date |
private double |
endTime |
private int |
item |
private int |
itemID |
private int |
itemTypeID |
private int |
savedStatus |
private double |
startTime |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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 |
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 |
getSavedStatus()
Gets the savedStatus value for this CalItemShortInformation.
|
double |
getStartTime()
Gets the startTime 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 |
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 |
setSavedStatus(int savedStatus)
Sets the savedStatus value for this CalItemShortInformation.
|
void |
setStartTime(double startTime)
Sets the startTime value for this CalItemShortInformation.
|
private int agentID
private double date
private int item
private int itemID
private int itemTypeID
private double startTime
private double endTime
private int savedStatus
private java.lang.String comment
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalItemShortInformation()
public CalItemShortInformation(int agentID, double date, int item, int itemID, int itemTypeID, double startTime, double endTime, int savedStatus, java.lang.String comment)
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 boolean equals(java.lang.Object obj)
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.