Package org.nuxeo.ecm.platform.query.api
Interface AggregateRangeDateDefinition
-
- All Superinterfaces:
AggregateRangeDefinition
- All Known Implementing Classes:
AggregateRangeDateDescriptor
public interface AggregateRangeDateDefinition extends AggregateRangeDefinition
- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateRangeDateDefinition
clone()
String
getFromAsString()
String
getToAsString()
void
setFrom(String from)
void
setTo(String to)
-
-
-
Method Detail
-
getFromAsString
String getFromAsString()
-
getToAsString
String getToAsString()
-
setFrom
void setFrom(String from)
-
setTo
void setTo(String to)
-
clone
AggregateRangeDateDefinition clone()
- Specified by:
clone
in interfaceAggregateRangeDefinition
-
-