java.lang.Object
org.csveed.bean.conversion.Bean

public class Bean extends Object
The Class Bean.
  • Constructor Details

    • Bean

      public Bean()
  • Method Details

    • getCharset

      public Charset getCharset()
      Gets the charset.
      Returns:
      the charset
    • setCharset

      public void setCharset(Charset charset)
      Sets the charset.
      Parameters:
      charset - the new charset
    • getCurrency

      public Currency getCurrency()
      Gets the currency.
      Returns:
      the currency
    • setCurrency

      public void setCurrency(Currency currency)
      Sets the currency.
      Parameters:
      currency - the new currency
    • getPattern

      public Pattern getPattern()
      Gets the pattern.
      Returns:
      the pattern
    • setPattern

      public void setPattern(Pattern pattern)
      Sets the pattern.
      Parameters:
      pattern - the new pattern
    • getTimeZone

      public TimeZone getTimeZone()
      Gets the time zone.
      Returns:
      the time zone
    • setTimeZone

      public void setTimeZone(TimeZone timeZone)
      Sets the time zone.
      Parameters:
      timeZone - the new time zone
    • getBytes

      public byte[] getBytes()
      Gets the bytes.
      Returns:
      the bytes
    • setBytes

      public void setBytes(byte[] bytes)
      Sets the bytes.
      Parameters:
      bytes - the new bytes
    • getChars

      public char[] getChars()
      Gets the chars.
      Returns:
      the chars
    • setChars

      public void setChars(char[] chars)
      Sets the chars.
      Parameters:
      chars - the new chars
    • getCharPrimitive

      public char getCharPrimitive()
      Gets the char primitive.
      Returns:
      the char primitive
    • setCharPrimitive

      public void setCharPrimitive(char charPrimitive)
      Sets the char primitive.
      Parameters:
      charPrimitive - the new char primitive
    • getCharacter

      public Character getCharacter()
      Gets the character.
      Returns:
      the character
    • setCharacter

      public void setCharacter(Character character)
      Sets the character.
      Parameters:
      character - the new character
    • isBooleanPrimitive

      public boolean isBooleanPrimitive()
      Checks if is boolean primitive.
      Returns:
      true, if is boolean primitive
    • setBooleanPrimitive

      public void setBooleanPrimitive(boolean booleanPrimitive)
      Sets the boolean primitive.
      Parameters:
      booleanPrimitive - the new boolean primitive
    • getBooleanObject

      public Boolean getBooleanObject()
      Gets the boolean object.
      Returns:
      the boolean object
    • setBooleanObject

      public void setBooleanObject(Boolean booleanObject)
      Sets the boolean object.
      Parameters:
      booleanObject - the new boolean object
    • getBytePrimitive

      public byte getBytePrimitive()
      Gets the byte primitive.
      Returns:
      the byte primitive
    • setBytePrimitive

      public void setBytePrimitive(byte bytePrimitive)
      Sets the byte primitive.
      Parameters:
      bytePrimitive - the new byte primitive
    • getByteObject

      public Byte getByteObject()
      Gets the byte object.
      Returns:
      the byte object
    • setByteObject

      public void setByteObject(Byte byteObject)
      Sets the byte object.
      Parameters:
      byteObject - the new byte object
    • getShortPrimitive

      public short getShortPrimitive()
      Gets the short primitive.
      Returns:
      the short primitive
    • setShortPrimitive

      public void setShortPrimitive(short shortPrimitive)
      Sets the short primitive.
      Parameters:
      shortPrimitive - the new short primitive
    • getShortObject

      public Short getShortObject()
      Gets the short object.
      Returns:
      the short object
    • setShortObject

      public void setShortObject(Short shortObject)
      Sets the short object.
      Parameters:
      shortObject - the new short object
    • getIntPrimitive

      public int getIntPrimitive()
      Gets the int primitive.
      Returns:
      the int primitive
    • setIntPrimitive

      public void setIntPrimitive(int intPrimitive)
      Sets the int primitive.
      Parameters:
      intPrimitive - the new int primitive
    • getIntObject

      public Integer getIntObject()
      Gets the int object.
      Returns:
      the int object
    • setIntObject

      public void setIntObject(Integer intObject)
      Sets the int object.
      Parameters:
      intObject - the new int object
    • getLongPrimitive

      public long getLongPrimitive()
      Gets the long primitive.
      Returns:
      the long primitive
    • setLongPrimitive

      public void setLongPrimitive(long longPrimitive)
      Sets the long primitive.
      Parameters:
      longPrimitive - the new long primitive
    • getLongObject

      public Long getLongObject()
      Gets the long object.
      Returns:
      the long object
    • setLongObject

      public void setLongObject(Long longObject)
      Sets the long object.
      Parameters:
      longObject - the new long object
    • getFloatPrimitive

      public float getFloatPrimitive()
      Gets the float primitive.
      Returns:
      the float primitive
    • setFloatPrimitive

      public void setFloatPrimitive(float floatPrimitive)
      Sets the float primitive.
      Parameters:
      floatPrimitive - the new float primitive
    • getFloatObject

      public Float getFloatObject()
      Gets the float object.
      Returns:
      the float object
    • setFloatObject

      public void setFloatObject(Float floatObject)
      Sets the float object.
      Parameters:
      floatObject - the new float object
    • getDoublePrimitive

      public double getDoublePrimitive()
      Gets the double primitive.
      Returns:
      the double primitive
    • setDoublePrimitive

      public void setDoublePrimitive(double doublePrimitive)
      Sets the double primitive.
      Parameters:
      doublePrimitive - the new double primitive
    • getDoubleObject

      public Double getDoubleObject()
      Gets the double object.
      Returns:
      the double object
    • setDoubleObject

      public void setDoubleObject(Double doubleObject)
      Sets the double object.
      Parameters:
      doubleObject - the new double object
    • getBigDecimal

      public BigDecimal getBigDecimal()
      Gets the big decimal.
      Returns:
      the big decimal
    • setBigDecimal

      public void setBigDecimal(BigDecimal bigDecimal)
      Sets the big decimal.
      Parameters:
      bigDecimal - the new big decimal
    • getBigInteger

      public BigInteger getBigInteger()
      Gets the big integer.
      Returns:
      the big integer
    • setBigInteger

      public void setBigInteger(BigInteger bigInteger)
      Sets the big integer.
      Parameters:
      bigInteger - the new big integer