Class DateObjectLaterThanValue

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

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

    • DateObjectLaterThanValue

      public DateObjectLaterThanValue(Date value)
  • Method Details

    • toString

      public String toString()
    • getValue

      public Date getValue()
    • setValue

      public void setValue(Date value)