Class SearchCriteria.TimeAttributeMatchClause
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.TimeAttributeMatchClause
- All Implemented Interfaces:
Serializable
- Enclosing class:
SearchCriteria
@JsonObject("TimeAttributeMatchClause")
public static class SearchCriteria.TimeAttributeMatchClause
extends SearchCriteria.MatchClause
A MatchClause for comparing a time attribute to a specified value.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTimeAttributeMatchClause(SearchCriteria.MatchClauseTimeAttribute attribute, String desiredDate, String timezone, SearchCriteria.CompareMode mode) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the code of the attribute to compare against.Return the time zone to compare against.inthashCode()Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
createAnyFieldMatch, createAnyPropertyMatch, createAttributeMatch, createPropertyMatch, createTimeAttributeMatch, escape, getCompareMode, getDesiredValue, getFieldCode, getFieldType, toString
-
Constructor Details
-
Method Details
-
getAttribute
Return the code of the attribute to compare against. -
getTimeZone
Return the time zone to compare against. -
equals
- Overrides:
equalsin classSearchCriteria.MatchClause
-
hashCode
public int hashCode()- Overrides:
hashCodein classSearchCriteria.MatchClause
-