com.agimatec.commons.config
Class DecimalNode

java.lang.Object
  extended by com.agimatec.commons.config.Node
      extended by com.agimatec.commons.config.DecimalNode
All Implemented Interfaces:
Serializable

public class DecimalNode
extends Node

Title: Description: Company:

Author:
See Also:
Serialized Form

Field Summary
protected  BigDecimal value
           
 
Fields inherited from class com.agimatec.commons.config.Node
name
 
Constructor Summary
DecimalNode()
           
 
Method Summary
 Object getObjectValue()
           
 BigDecimal getValue()
           
 void setValue(BigDecimal aValue)
           
 
Methods inherited from class com.agimatec.commons.config.Node
evaluatePath, getName, setName, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected BigDecimal value
Constructor Detail

DecimalNode

public DecimalNode()
Method Detail

getObjectValue

public Object getObjectValue()
Specified by:
getObjectValue in class Node

getValue

public BigDecimal getValue()

setValue

public void setValue(BigDecimal aValue)


Copyright © 2008-2012. All Rights Reserved.