Class TableDoubleCell

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.TableDoubleCell
All Implemented Interfaces:
ITableCell, Serializable

@JsonObject("as.dto.common.TableDoubleCell") public final class TableDoubleCell extends Object implements ITableCell
See Also:
  • Constructor Details

    • TableDoubleCell

      public TableDoubleCell(double value)
  • Method Details

    • getValue

      public double getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object