Class Before
- java.lang.Object
-
- org.gcube.common.storagehub.model.expressions.date.Before
-
- All Implemented Interfaces:
Expression<Boolean>
public class Before extends Object implements Expression<Boolean>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBefore()Before(SearchableField<Calendar> searchableField, Calendar value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchableField<Calendar>getSearchableField()CalendargetValue()StringtoString()
-
-
-
Constructor Detail
-
Before
protected Before()
-
Before
public Before(SearchableField<Calendar> searchableField, Calendar value)
-
-