Class EventEntityRegistrationDateSearchCriteria
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractSearchCriteria
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractFieldSearchCriteria<IDate>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.DateFieldSearchCriteria
ch.ethz.sis.openbis.generic.asapi.v3.dto.event.search.EventEntityRegistrationDateSearchCriteria
- All Implemented Interfaces:
ISearchCriteria,Serializable
@JsonObject("as.dto.event.search.EventEntityRegistrationDateSearchCriteria")
public class EventEntityRegistrationDateSearchCriteria
extends DateFieldSearchCriteria
- See Also:
-
Field Summary
Fields inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.DateFieldSearchCriteria
DATE_FORMATS, LONG_DATE_FORMAT, NORMAL_DATE_FORMAT, SHORT_DATE_FORMAT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.DateFieldSearchCriteria
formatValue, getTimeZone, setFieldValue, setTimeZone, thatEquals, thatEquals, thatIsEarlierThan, thatIsEarlierThan, thatIsEarlierThanOrEqualTo, thatIsEarlierThanOrEqualTo, thatIsLaterThan, thatIsLaterThan, thatIsLaterThanOrEqualTo, thatIsLaterThanOrEqualTo, withServerTimeZone, withTimeZoneMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractFieldSearchCriteria
getFieldName, getFieldType, getFieldValue, toStringMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractSearchCriteria
equals, hashCode, isNegated, setNegated
-
Constructor Details
-
EventEntityRegistrationDateSearchCriteria
public EventEntityRegistrationDateSearchCriteria()
-