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

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

@Entity
public abstract class AbstractContainedEntity
extends Object


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

Constructor Detail

AbstractContainedEntity

public AbstractContainedEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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