Class ProfileDataItem<T>

    • Constructor Detail

      • ProfileDataItem

        public ProfileDataItem()
      • ProfileDataItem

        public ProfileDataItem​(BigDecimal vertical,
                               T value)
    • Method Detail

      • getVerticalFrom

        public BigDecimal getVerticalFrom()
      • setVerticalFrom

        public void setVerticalFrom​(BigDecimal verticalFrom)
      • isSetVerticalFrom

        protected boolean isSetVerticalFrom()
      • getVerticalTo

        public BigDecimal getVerticalTo()
      • setVertical

        public void setVertical​(BigDecimal vertical)
      • getValue

        public T getValue()
      • setValue

        public void setValue​(T value)
      • setValueFormatter

        public void setValueFormatter​(ValueFormatter<T> valueFormatter)
      • getFormattedValue

        public String getFormattedValue()
        Formats value as string by using valueFormatter. If no formatter has been set Object.toString() is being used. Otherwise null is returned.
        Returns:
        the value formatted as string or null if value is null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object