Class DateObjectEqualToValue

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractDateObjectValue
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.DateObjectEqualToValue
All Implemented Interfaces:
IDate, Serializable

@JsonObject("as.dto.common.search.DateObjectEqualToValue") public class DateObjectEqualToValue extends AbstractDateObjectValue
See Also:
  • Constructor Details

    • DateObjectEqualToValue

      public DateObjectEqualToValue(Date value)
  • Method Details

    • toString

      public String toString()
    • getValue

      public Date getValue()
    • setValue

      public void setValue(Date value)