public class TransientBigDecimal extends TransientFieldSchema<java.math.BigDecimal>
Constructor and Description |
---|
TransientBigDecimal(java.lang.String name)
creates a transient big decimal field with the provided name
|
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
castToType(java.lang.Object o) |
java.math.BigDecimal |
defaultValue() |
Field<java.math.BigDecimal> |
initBlankField()
this method returns a subclass of Field appropriate for the field schema
|
toString
changeName, cleanName, equals, getName
public TransientBigDecimal(java.lang.String name)
name
- unique name for the transient big decimal fieldpublic java.math.BigDecimal defaultValue()
defaultValue
in class FieldSchema<java.math.BigDecimal>
public java.math.BigDecimal castToType(java.lang.Object o)
castToType
in class FieldSchema<java.math.BigDecimal>
o
- an uncasted objectpublic Field<java.math.BigDecimal> initBlankField()
FieldSchema
initBlankField
in class FieldSchema<java.math.BigDecimal>