org.hibernate.test.annotations.inheritance.joined
Class LegalEntity

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.LegalEntity
Direct Known Subclasses:
Customer

@MappedSuperclass
public class LegalEntity
extends Object


Constructor Summary
LegalEntity()
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegalEntity

public LegalEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)


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