com.atomikos.examples.jpa
Class Account
java.lang.Object
com.atomikos.examples.jpa.Account
public class Account
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
Account
public Account(String owner,
Float balance)
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.