net.sf.emarket.account.domain
Class AcctValue

java.lang.Object
  extended by net.sf.emarket.account.domain.AcctValue

public class AcctValue
extends java.lang.Object


Constructor Summary
AcctValue()
           
 
Method Summary
 Account getAccount()
           
 User getUser()
           
 float getValue()
           
 void setAccount(Account acct)
           
 void setUser(User user)
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcctValue

public AcctValue()
Method Detail

getAccount

public Account getAccount()

setAccount

public void setAccount(Account acct)

getUser

public User getUser()

setUser

public void setUser(User user)

getValue

public float getValue()

setValue

public void setValue(float value)


Copyright © 2009. All Rights Reserved.