org.hibernate.test.propertyref.inheritence.joined
Class BankAccount
java.lang.Object
org.hibernate.test.propertyref.inheritence.joined.Account
org.hibernate.test.propertyref.inheritence.joined.BankAccount
- All Implemented Interfaces:
- Serializable
public class BankAccount
- extends Account
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BankAccount
public BankAccount()
getAccountNumber
public String getAccountNumber()
setAccountNumber
public void setAccountNumber(String accountNumber)
getBsb
public String getBsb()
setBsb
public void setBsb(String bsb)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.