org.hibernate.test.annotations.inheritance.joined
Class Account
java.lang.Object
org.hibernate.test.annotations.inheritance.joined.Account
- All Implemented Interfaces:
- Serializable
@Entity
public class Account
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
getId
public int getId()
getNumber
public String getNumber()
setNumber
public void setNumber(String number)
getBalance
public double getBalance()
setBalance
public void setBalance(double balance)
addClient
public void addClient(Client c)
getClients
public Set<Client> getClients()
setClients
public void setClients(Set<Client> clients)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.