org.hibernate.test.event.collection
Class ChildEntity

java.lang.Object
  extended by org.hibernate.test.event.collection.ChildValue
      extended by org.hibernate.test.event.collection.ChildEntity
All Implemented Interfaces:
Child, Entity
Direct Known Subclasses:
ChildWithBidirectionalManyToMany, ChildWithManyToOne

public class ChildEntity
extends ChildValue
implements Entity


Constructor Summary
ChildEntity()
           
ChildEntity(String name)
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 
Methods inherited from class org.hibernate.test.event.collection.ChildValue
equals, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildEntity

public ChildEntity()

ChildEntity

public ChildEntity(String name)
Method Detail

getId

public Long getId()
Specified by:
getId in interface Entity

setId

public void setId(Long id)
Specified by:
setId in interface Entity


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