org.hibernate.test.propertyref.inheritence.joined
Class BankAccount

java.lang.Object
  extended by org.hibernate.test.propertyref.inheritence.joined.Account
      extended by org.hibernate.test.propertyref.inheritence.joined.BankAccount
All Implemented Interfaces:
Serializable

public class BankAccount
extends Account

See Also:
Serialized Form

Constructor Summary
BankAccount()
           
 
Method Summary
 String getAccountNumber()
           
 String getBsb()
           
 void setAccountNumber(String accountNumber)
           
 void setBsb(String bsb)
           
 
Methods inherited from class org.hibernate.test.propertyref.inheritence.joined.Account
getAccountId, getType, setAccountId, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankAccount

public BankAccount()
Method Detail

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.