Class SupportBean

java.lang.Object
com.espertech.esper.common.internal.support.SupportBean
All Implemented Interfaces:
Serializable

public class SupportBean extends Object implements Serializable
See Also:
  • Constructor Details

    • SupportBean

      public SupportBean()
    • SupportBean

      public SupportBean(String theString, int intPrimitive)
  • Method Details

    • getTheString

      public String getTheString()
    • isBoolPrimitive

      public boolean isBoolPrimitive()
    • getIntPrimitive

      public int getIntPrimitive()
    • getLongPrimitive

      public long getLongPrimitive()
    • getCharPrimitive

      public char getCharPrimitive()
    • getShortPrimitive

      public short getShortPrimitive()
    • getBytePrimitive

      public byte getBytePrimitive()
    • getFloatPrimitive

      public float getFloatPrimitive()
    • getDoublePrimitive

      public double getDoublePrimitive()
    • getBoolBoxed

      public Boolean getBoolBoxed()
    • getIntBoxed

      public Integer getIntBoxed()
    • getLongBoxed

      public Long getLongBoxed()
    • getCharBoxed

      public Character getCharBoxed()
    • getShortBoxed

      public Short getShortBoxed()
    • getByteBoxed

      public Byte getByteBoxed()
    • getFloatBoxed

      public Float getFloatBoxed()
    • getDoubleBoxed

      public Double getDoubleBoxed()
    • setTheString

      public void setTheString(String theString)
    • setBoolPrimitive

      public void setBoolPrimitive(boolean boolPrimitive)
    • setIntPrimitive

      public void setIntPrimitive(int intPrimitive)
    • setLongPrimitive

      public void setLongPrimitive(long longPrimitive)
    • setCharPrimitive

      public void setCharPrimitive(char charPrimitive)
    • setShortPrimitive

      public void setShortPrimitive(short shortPrimitive)
    • setBytePrimitive

      public void setBytePrimitive(byte bytePrimitive)
    • setFloatPrimitive

      public void setFloatPrimitive(float floatPrimitive)
    • setDoublePrimitive

      public void setDoublePrimitive(double doublePrimitive)
    • setBoolBoxed

      public void setBoolBoxed(Boolean boolBoxed)
    • setIntBoxed

      public void setIntBoxed(Integer intBoxed)
    • setLongBoxed

      public void setLongBoxed(Long longBoxed)
    • setCharBoxed

      public void setCharBoxed(Character charBoxed)
    • setShortBoxed

      public void setShortBoxed(Short shortBoxed)
    • setByteBoxed

      public void setByteBoxed(Byte byteBoxed)
    • setFloatBoxed

      public void setFloatBoxed(Float floatBoxed)
    • setDoubleBoxed

      public void setDoubleBoxed(Double doubleBoxed)
    • getEnumValue

      public SupportEnum getEnumValue()
    • setEnumValue

      public void setEnumValue(SupportEnum enumValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBigDecimal

      public BigDecimal getBigDecimal()
    • setBigDecimal

      public void setBigDecimal(BigDecimal bigDecimal)
    • getBigInteger

      public BigInteger getBigInteger()
    • setBigInteger

      public void setBigInteger(BigInteger bigInteger)
    • getBeansPerIndex

      public static SupportBean[] getBeansPerIndex(SupportBean[] beans, int[] indexes)
    • getOAStringAndIntPerIndex

      public static Object[] getOAStringAndIntPerIndex(SupportBean[] beans, int[] indexes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public static SupportBean makeBean(String string, int intPrimitive, long longPrimitive)
    • makeBean

      public static SupportBean makeBean(String string, int intPrimitive, long longPrimitive, double doublePrimitive)
    • makeBean

      public static SupportBean makeBean(String string, int intPrimitive, long longPrimitive, double doublePrimitive, boolean boolPrimitive)
    • makeBean

      public static SupportBean makeBean(String string)
    • makeBean

      public static SupportBean makeBean(String string, int intPrimitive)
    • makeBeanWBoxed

      public static SupportBean makeBeanWBoxed(String string, int intPrimitive, Double doubleBoxed, Long longBoxed)
    • compare

      public static void compare(Object[] others, String[] split, Object[][] objects)
    • compare

      public static void compare(Object other, String theString, int intPrimitive)
    • compare

      public static void compare(SupportBean received, String[] split, Object[] objects)
    • compare

      public static void compare(SupportBean received, String property, Object expected)