org.apache.fulcrum.intake.model
Class BigDecimalField

java.lang.Object
  extended by org.apache.fulcrum.intake.model.Field
      extended by org.apache.fulcrum.intake.model.BigDecimalField

public class BigDecimalField
extends Field

Version:
$Id: BigDecimalField.java 663702 2008-06-05 19:01:36Z tv $
Author:
John McNally, Daniel Rall, Henning P. Schmiedehausen, Quinton McCombs, Thomas Vandahl

Field Summary
 
Fields inherited from class org.apache.fulcrum.intake.model.Field
alwaysRequired, defaultFieldPackage, defaultValidatorPackage, defaultValue, displayName, emptyValue, getter, group, ifRequiredMessage, initialized, isDebugEnabled, isMultiValued, key, log, mapToObject, message, name, onError, parser, required, retrievable, setFlag, setter, validated, validator, validFlag
 
Constructor Summary
BigDecimalField(XmlField field, Group group)
          Constructor.
 
Method Summary
protected  void doSetValue()
          Sets the value of the field from data in the parser.
protected  String getDefaultValidator()
          A suitable validator.
 void setDefaultValue(String prop)
          Sets the default value for a BigDecimal field
 void setEmptyValue(String prop)
          Set the empty Value.
 
Methods inherited from class org.apache.fulcrum.intake.model.Field
dispose, doSetValue, getDefault, getDefaultValue, getDisplayName, getDisplaySize, getEmptyValue, getGroup, getHTMLString, getInitialValue, getKey, getLocale, getMaxSize, getMessage, getName, getProperty, getSafeEmptyValue, getStringValue, getTestValue, getValidator, getValue, getValueIfAbsent, init, init, isMultiValued, isRequired, isSet, isValid, isValidated, removeFromRequest, setDisplayName, setMessage, setProperty, setRequired, setRequired, toString, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigDecimalField

public BigDecimalField(XmlField field,
                       Group group)
                throws IntakeException
Constructor.

Parameters:
field - xml field definition object
group - xml group definition object
Throws:
IntakeException - thrown by superclass
Method Detail

setDefaultValue

public void setDefaultValue(String prop)
Sets the default value for a BigDecimal field

Specified by:
setDefaultValue in class Field
Parameters:
prop - Parameter for the default values

setEmptyValue

public void setEmptyValue(String prop)
Set the empty Value. This value is used if Intake maps a field to a parameter returned by the user and the corresponding field is either empty (empty string) or non-existant.

Specified by:
setEmptyValue in class Field
Parameters:
prop - The value to use if the field is empty.

getDefaultValidator

protected String getDefaultValidator()
A suitable validator.

Overrides:
getDefaultValidator in class Field
Returns:
A suitable validator

doSetValue

protected void doSetValue()
Sets the value of the field from data in the parser.

Specified by:
doSetValue in class Field


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.