Class TypesBean

java.lang.Object
com.sun.ts.tests.el.common.util.TypesBean

public class TypesBean extends Object
This is a simple bean with different type values for testing Expressions.
  • Constructor Details

    • TypesBean

      public TypesBean()
  • Method Details

    • getTckBigDecimal

      public BigDecimal getTckBigDecimal()
    • setTckBigDecimal

      public void setTckBigDecimal(BigDecimal tckBigDecimal)
    • getTckDouble

      public Double getTckDouble()
    • setTckDouble

      public void setTckDouble(Double tckDouble)
    • getTckFloat

      public Float getTckFloat()
    • setTckFloat

      public void setTckFloat(Float tckFloat)
    • getTckBigInteger

      public BigInteger getTckBigInteger()
    • setTckBigInteger

      public void setTckBigInteger(BigInteger tckBigInteger)
    • getTckLong

      public Long getTckLong()
    • setTckLong

      public void setTckLong(Long tckLong)
    • getTckInteger

      public Integer getTckInteger()
    • setTckInteger

      public void setTckInteger(Integer tckInt)
    • getTckShort

      public Short getTckShort()
    • setTckShort

      public void setTckShort(Short tchShort)
    • getTckByte

      public Byte getTckByte()
    • setTckByte

      public void setTckByte(Byte tckByte)
    • getTckBoolean

      public Boolean getTckBoolean()
    • setTckBoolean

      public void setTckBoolean(Boolean tckBoolean)
    • getTckNull

      public Byte getTckNull()
    • setTckNullString

      public void setTckNullString(Byte tckNull)
    • getNumberMap

      public static HashMap<Class<?>,String> getNumberMap()
      This method will return an HaashMap of Key = Class, Value = String for the purpose of using them in an ElProcessor expression.
      Returns:
      - A common List of Number types with a constant value.