public class CalDataIndicator
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
dataExists
Data indicator, true - Calendar item exists for date
|
protected double |
date
Date
|
private static long |
serialVersionUID |
Constructor and Description |
---|
CalDataIndicator() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
java.lang.String |
toString() |
CalDataIndicator |
withDataExists(boolean value) |
CalDataIndicator |
withDate(double value) |
private static final long serialVersionUID
protected double date
protected 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 CalDataIndicator withDate(double value)
public CalDataIndicator withDataExists(boolean 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.