org.pentaho.reporting.engine.classic.core.function.date
Class CompareDateExpression
java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.AbstractCompareExpression
org.pentaho.reporting.engine.classic.core.function.date.CompareDateExpression
- All Implemented Interfaces:
- Serializable, Cloneable, Expression
Deprecated. This can be solved easier using the Inline-Expression language.
public class CompareDateExpression
- extends AbstractCompareExpression
This expression compares a static date with the value read from a field.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Method Summary |
Date |
getDate()
Deprecated. Returns the static date that is used for the comparison. |
void |
setDate(Date date)
Deprecated. Defines the static date for the comparison. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression |
clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
CompareDateExpression
public CompareDateExpression()
- Deprecated.
- Default Constructor.
getDate
public Date getDate()
- Deprecated.
- Returns the static date that is used for the comparison.
- Returns:
- the date.
setDate
public void setDate(Date date)
- Deprecated.
- Defines the static date for the comparison. If no date is defined, this expression will always evaluate to false.
- Parameters:
date
- the static date for the comparison.