mam.agent.economy
Class Funds


public class Funds
implements Cloneable, Serializable


Field Summary
 Doublem_attrValue
           

Constructor Summary
Funds()
           
Funds(double value)
           

Method Summary
 Objectclone()
           
 DoublegetValue()
           
 voidsetValue(Double value)
           
 voidsetValue(double value)
           
 StringtoString()
           

Field Detail

m_attrValue

public Double m_attrValue
Constructor Detail

Funds

public Funds()

Funds

public Funds(double value)
Method Detail

clone

public Object clone()

getValue

public Double getValue()

setValue

public void setValue(Double value)

setValue

public void setValue(double value)

toString

public String toString()