Class SheetCell<T extends Comparable<T>>

    • Constructor Detail

      • SheetCell

        public SheetCell​(T value)
    • Method Detail

      • getValue

        public T getValue()
        Returns:
        the value
      • setValue

        public void setValue​(T value)
        Parameters:
        value - the value to set
      • getReference

        public T getReference()
        The reference or original value of the sheet cell. May be used to check if the value of this cell is the default value or was changed manually.
        Returns:
        the reference
      • setReference

        public void setReference​(T reference)
        Parameters:
        reference - the reference to set
      • isReferenceEqual

        public boolean isReferenceEqual()
        Check if the value object and the reference object are equal
        Returns:
        true if the value and the reference object are equal, otherwise false
      • isReadOnly

        public boolean isReadOnly()
      • setReadOnly

        public void setReadOnly​(boolean readOnly)
      • resetToReference

        public void resetToReference()
        Set the value to the reference value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object