com.facetmap
Interface DateHeading

All Superinterfaces:
Heading
All Known Implementing Classes:
DateHeadingImpl, SimpleDateHeading

public interface DateHeading
extends Heading

The Heading used by DateFacet.

See Also:
DateFacet

Method Summary
 java.util.Date getEndInstant()
           
 java.util.Date getStartInstant()
           
 
Methods inherited from interface com.facetmap.Heading
getBackwardHeading, getFacet, getForwardHeadings, getId, getTitle, isRoot
 

Method Detail

getStartInstant

java.util.Date getStartInstant()

getEndInstant

java.util.Date getEndInstant()