Class TemporalExpression.ExpressionContext
java.lang.Object
org.apache.ofbiz.service.calendar.TemporalExpression.ExpressionContext
- Enclosing class:
- TemporalExpression
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is day bumped boolean.boolean
Is hour bumped boolean.void
setDayBumped
(boolean dayBumped) Sets day bumped.void
setHourBumped
(boolean hourBumped) Sets hour bumped.void
setMonthBumped
(boolean monthBumped) Sets month bumped.
-
Constructor Details
-
ExpressionContext
protected ExpressionContext()
-
-
Method Details
-
isHourBumped
public boolean isHourBumped()Is hour bumped boolean.- Returns:
- the boolean
-
isDayBumped
public boolean isDayBumped()Is day bumped boolean.- Returns:
- the boolean
-
setHourBumped
public void setHourBumped(boolean hourBumped) Sets hour bumped.- Parameters:
hourBumped
- the hour bumped
-
setDayBumped
public void setDayBumped(boolean dayBumped) Sets day bumped.- Parameters:
dayBumped
- the day bumped
-
setMonthBumped
public void setMonthBumped(boolean monthBumped) Sets month bumped.- Parameters:
monthBumped
- the month bumped
-