org.hibernate.test.annotations.mappedsuperclass.intermediate
Class AccountBase

java.lang.Object
  extended by 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.


Constructor Summary
protected AccountBase()
           
protected AccountBase(String accountNumber)
           
 
Method Summary
 String getAccountNumber()
           
 Long getId()
           
 void setAccountNumber(String accountNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountBase

protected AccountBase()

AccountBase

protected AccountBase(String accountNumber)
Method Detail

getId

public Long getId()

getAccountNumber

public String getAccountNumber()

setAccountNumber

public void setAccountNumber(String accountNumber)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.