org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional
Class AbstractSetEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.joined.relation.unidirectional.AbstractSetEntity
Direct Known Subclasses:
SetEntity

@Entity
public abstract class AbstractSetEntity
extends Object


Constructor Summary
AbstractSetEntity()
           
 
Method Summary
 Set<AbstractContainedEntity> getEntities()
           
 Integer getId()
           
 void setEntities(Set<AbstractContainedEntity> entities)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSetEntity

public AbstractSetEntity()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getEntities

public Set<AbstractContainedEntity> getEntities()

setEntities

public void setEntities(Set<AbstractContainedEntity> entities)


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