ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
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:
- java.io.Serializable
- Enclosing class:
- SearchCriteria
@JsonObject(value="TimeAttributeMatchClause")
public static class SearchCriteria.TimeAttributeMatchClause
- extends SearchCriteria.MatchClause
A MatchClause for comparing a time attribute to a specified value.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
getAttribute
public SearchCriteria.MatchClauseTimeAttribute getAttribute()
- Return the code of the attribute to compare against.
getTimeZone
public java.lang.String getTimeZone()
- Return the time zone to compare against.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class SearchCriteria.MatchClause
hashCode
public int hashCode()
- Overrides:
hashCode
in class SearchCriteria.MatchClause