public class AggregateRangeDescriptor extends Object implements AggregateRangeDefinition, Serializable
Constructor and Description |
---|
AggregateRangeDescriptor() |
AggregateRangeDescriptor(String key,
Double from,
Double to) |
public AggregateRangeDescriptor()
public AggregateRangeDescriptor(String key, Double from, Double to)
public String getKey()
getKey
in interface AggregateRangeDefinition
public Double getFrom()
getFrom
in interface AggregateRangeDefinition
public Double getTo()
getTo
in interface AggregateRangeDefinition
public void setKey(String key)
setKey
in interface AggregateRangeDefinition
public void setFrom(Double from)
setFrom
in interface AggregateRangeDefinition
public void setTo(Double to)
setTo
in interface AggregateRangeDefinition
public AggregateRangeDefinition clone()
clone
in interface AggregateRangeDefinition
clone
in class Object
Copyright © 2018 Nuxeo. All rights reserved.