Package thredds.catalog.query
Class SelectRangeDate
- java.lang.Object
-
- thredds.catalog.query.Selector
-
- thredds.catalog.query.SelectRangeDate
-
public class SelectRangeDate extends Selector
Implementation of a DQC select range date.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Instances which have same id are equal.StringgetDuration()StringgetEnd()StringgetResolution()StringgetSelectType()StringgetStart()inthashCode()Override Object.hashCode() to implement equals.-
Methods inherited from class thredds.catalog.query.Selector
appendQuery, getDescription, getId, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed
-
-
-
-
Method Detail
-
getStart
public String getStart()
-
getEnd
public String getEnd()
-
getDuration
public String getDuration()
-
getResolution
public String getResolution()
-
getSelectType
public String getSelectType()
- Overrides:
getSelectTypein classSelector
-
equals
public boolean equals(Object o)
Description copied from class:SelectorInstances which have same id are equal.
-
-