public class AggregateRangeDateDescriptor extends AggregateRangeDescriptor implements AggregateRangeDateDefinition, Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
fromDate |
String |
toDate |
from, key, to| Constructor and Description |
|---|
AggregateRangeDateDescriptor() |
AggregateRangeDateDescriptor(String key,
String from,
String to) |
| Modifier and Type | Method and Description |
|---|---|
AggregateRangeDateDefinition |
clone() |
String |
getFromAsString() |
String |
getToAsString() |
void |
setFrom(String from) |
void |
setTo(String to) |
String |
toString() |
getFrom, getKey, getTo, setFrom, setKey, setTopublic String toString()
toString in class AggregateRangeDescriptorpublic String getFromAsString()
getFromAsString in interface AggregateRangeDateDefinitionpublic String getToAsString()
getToAsString in interface AggregateRangeDateDefinitionpublic void setFrom(String from)
setFrom in interface AggregateRangeDateDefinitionpublic void setTo(String to)
setTo in interface AggregateRangeDateDefinitionpublic AggregateRangeDateDefinition clone()
clone in interface AggregateRangeDateDefinitionclone in interface AggregateRangeDefinitionclone in class AggregateRangeDescriptorCopyright © 2015 Nuxeo SA. All rights reserved.