java.lang.Object
org.csveed.bean.conversion.Bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the big decimal.Gets the big integer.Gets the boolean object.Gets the byte object.byte
Gets the byte primitive.byte[]
getBytes()
Gets the bytes.Gets the character.char
Gets the char primitive.char[]
getChars()
Gets the chars.Gets the charset.Gets the currency.Gets the double object.double
Gets the double primitive.Gets the float object.float
Gets the float primitive.Gets the int object.int
Gets the int primitive.Gets the long object.long
Gets the long primitive.Gets the pattern.Gets the short object.short
Gets the short primitive.Gets the time zone.boolean
Checks if is boolean primitive.void
setBigDecimal
(BigDecimal bigDecimal) Sets the big decimal.void
setBigInteger
(BigInteger bigInteger) Sets the big integer.void
setBooleanObject
(Boolean booleanObject) Sets the boolean object.void
setBooleanPrimitive
(boolean booleanPrimitive) Sets the boolean primitive.void
setByteObject
(Byte byteObject) Sets the byte object.void
setBytePrimitive
(byte bytePrimitive) Sets the byte primitive.void
setBytes
(byte[] bytes) Sets the bytes.void
setCharacter
(Character character) Sets the character.void
setCharPrimitive
(char charPrimitive) Sets the char primitive.void
setChars
(char[] chars) Sets the chars.void
setCharset
(Charset charset) Sets the charset.void
setCurrency
(Currency currency) Sets the currency.void
setDoubleObject
(Double doubleObject) Sets the double object.void
setDoublePrimitive
(double doublePrimitive) Sets the double primitive.void
setFloatObject
(Float floatObject) Sets the float object.void
setFloatPrimitive
(float floatPrimitive) Sets the float primitive.void
setIntObject
(Integer intObject) Sets the int object.void
setIntPrimitive
(int intPrimitive) Sets the int primitive.void
setLongObject
(Long longObject) Sets the long object.void
setLongPrimitive
(long longPrimitive) Sets the long primitive.void
setPattern
(Pattern pattern) Sets the pattern.void
setShortObject
(Short shortObject) Sets the short object.void
setShortPrimitive
(short shortPrimitive) Sets the short primitive.void
setTimeZone
(TimeZone timeZone) Sets the time zone.
-
Constructor Details
-
Bean
public Bean()
-
-
Method Details
-
getCharset
-
setCharset
-
getCurrency
-
setCurrency
Sets the currency.- Parameters:
currency
- the new currency
-
getPattern
-
setPattern
-
getTimeZone
-
setTimeZone
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
-
setCharacter
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
-
setBooleanObject
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
-
setByteObject
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
-
setShortObject
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
-
setIntObject
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
-
setLongObject
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
-
setFloatObject
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
-
setDoubleObject
Sets the double object.- Parameters:
doubleObject
- the new double object
-
getBigDecimal
-
setBigDecimal
Sets the big decimal.- Parameters:
bigDecimal
- the new big decimal
-
getBigInteger
-
setBigInteger
Sets the big integer.- Parameters:
bigInteger
- the new big integer
-