ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class SearchCriteria.TimeAttributeMatchClause

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
      extended by 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

Method Summary
 boolean equals(java.lang.Object obj)
           
 SearchCriteria.MatchClauseTimeAttribute getAttribute()
          Return the code of the attribute to compare against.
 java.lang.String getTimeZone()
          Return the time zone to compare against.
 int hashCode()
           
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.MatchClause
createAttributeMatch, createPropertyMatch, createTimeAttributeMatch, escape, getCompareMode, getDesiredValue, getFieldType, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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