|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.AbstractExpression
org.pentaho.reporting.engine.classic.core.function.date.DateSpanExpression
public class DateSpanExpression
Computes the difference date between the start and the end date.
Constructor Summary | |
---|---|
DateSpanExpression()
Deprecated. Default Constructor. |
Method Summary | |
---|---|
String |
getEndDateField()
Deprecated. Returns the name of the field that contains the end-date. |
String |
getStartDateField()
Deprecated. Returns the name of the field that contains the start-date. |
Object |
getValue()
Deprecated. Computes the difference between the start and the end date. |
void |
setEndDateField(String endDateField)
Deprecated. Defines the name of the field that contains the end-date. |
void |
setStartDateField(String startDateField)
Deprecated. Defines the name of the field that contains the start-date. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateSpanExpression()
Method Detail |
---|
public String getStartDateField()
public void setStartDateField(String startDateField)
startDateField
- the start-date fieldnamepublic String getEndDateField()
public void setEndDateField(String endDateField)
endDateField
- the start-date fieldnamepublic Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |