public class RulePredicateDateRange
extends java.lang.Object
| Constructor and Description |
|---|
RulePredicateDateRange()
Initializes a new instance of the RulePredicateDateRange class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
geEndDate()
Gets the rule time period and indicates that the rule condition is met before this value.
|
java.util.Date |
getStartDate()
Gets the rule time period and indicates that the rule condition is met after this value.
|
void |
setEndDate(java.util.Date endDate)
Sets the rule time period and indicates that the rule condition is met before this value.
|
void |
setStartDate(java.util.Date startDate)
Gets the rule time period and indicates that the rule condition is met after this value.
|
public RulePredicateDateRange()
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate - the new start datepublic java.util.Date geEndDate()
public void setEndDate(java.util.Date endDate)
endDate - the new end date