org.hibernate.test.annotations.mappedsuperclass.intermediate
Class SavingsAccountBase
java.lang.Object
   org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
       org.hibernate.test.annotations.mappedsuperclass.intermediate.Account
org.hibernate.test.annotations.mappedsuperclass.intermediate.Account
           org.hibernate.test.annotations.mappedsuperclass.intermediate.SavingsAccountBase
org.hibernate.test.annotations.mappedsuperclass.intermediate.SavingsAccountBase
- Direct Known Subclasses: 
- SavingsAccount
- @MappedSuperclass
public abstract class SavingsAccountBase 
- extends Account
Represents the intermediate mapped superclass in the hierarchy.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SavingsAccountBase
protected SavingsAccountBase()
SavingsAccountBase
protected SavingsAccountBase(String accountNumber,
                             BigDecimal withdrawalLimit)
getWithdrawalLimit
public BigDecimal getWithdrawalLimit()
- 
 
setWithdrawalLimit
public void setWithdrawalLimit(BigDecimal withdrawalLimit)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.