public class CalDataIndicator
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
dataExists
Data indicator, true - Calendar item exists for date
|
private double |
date
Date
|
Constructor and Description |
---|
CalDataIndicator() |
CalDataIndicator(double date,
boolean dataExists) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getDate()
Gets the date value for this CalDataIndicator.
|
int |
hashCode() |
boolean |
isDataExists()
Gets the dataExists value for this CalDataIndicator.
|
void |
setDataExists(boolean dataExists)
Sets the dataExists value for this CalDataIndicator.
|
void |
setDate(double date)
Sets the date value for this CalDataIndicator.
|
private double date
private boolean dataExists
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CalDataIndicator()
public CalDataIndicator(double date, boolean dataExists)
public double getDate()
public void setDate(double date)
date
- Date from requested date rangepublic boolean isDataExists()
public void setDataExists(boolean dataExists)
dataExists
- Data indicator, true - Calendar data exist for given date and requested targetpublic 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.