|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.search.galleries.CmsGallerySearchParameters.CmsGallerySearchTimeRange
public class CmsGallerySearchParameters.CmsGallerySearchTimeRange
Helper class to store a time range.
| Constructor Summary | |
|---|---|
CmsGallerySearchParameters.CmsGallerySearchTimeRange()
Default constructor. |
|
CmsGallerySearchParameters.CmsGallerySearchTimeRange(long startTime,
long endTime)
Constructor with start and end time. |
|
| Method Summary | |
|---|---|
long |
getEndTime()
Returns the end time of the time range. |
long |
getStartTime()
Returns the start time of the time range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsGallerySearchParameters.CmsGallerySearchTimeRange()
This will create an object where the start date is equal to
Long.MIN_VALUE and the end date is equal to Long.MAX_VALUE.
public CmsGallerySearchParameters.CmsGallerySearchTimeRange(long startTime,
long endTime)
startTime - the start time of the time rangeendTime - the end time of the time range| Method Detail |
|---|
public long getEndTime()
public long getStartTime()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||