com.atomikos.examples.jpa
Class Account

java.lang.Object
  extended by com.atomikos.examples.jpa.Account

public class Account
extends Object


Constructor Summary
Account()
           
Account(String owner, Float balance)
           
 
Method Summary
 Float getBalance()
           
 int getId()
           
 String getOwner()
           
 void setBalance(Float balance)
           
 void setId(int account)
           
 void setOwner(String owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()

Account

public Account(String owner,
               Float balance)
Method Detail

getId

public int getId()

setId

public void setId(int account)

getOwner

public String getOwner()

setOwner

public void setOwner(String owner)

getBalance

public Float getBalance()

setBalance

public void setBalance(Float balance)


Copyright © 2012. All Rights Reserved.