org.hibernate.test.annotations.mappedsuperclass.intermediate
Class AccountBase
java.lang.Object
   org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
org.hibernate.test.annotations.mappedsuperclass.intermediate.AccountBase
- Direct Known Subclasses: 
- Account
- @MappedSuperclass
public abstract class AccountBase 
- extends Object
Represents the most base super class in the hierarchy.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AccountBase
protected AccountBase()
AccountBase
protected AccountBase(String accountNumber)
getId
public Long getId()
- 
 
getAccountNumber
public String getAccountNumber()
- 
 
setAccountNumber
public void setAccountNumber(String accountNumber)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.