org.hibernate.envers.test.integration.inheritance.mixed.entities
Class NormalActivity

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.mixed.entities.AbstractActivity
      extended by org.hibernate.envers.test.integration.inheritance.mixed.entities.NormalActivity
All Implemented Interfaces:
Serializable, Activity

@Entity
public class NormalActivity
extends AbstractActivity

See Also:
Serialized Form

Constructor Summary
NormalActivity()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.hibernate.envers.test.integration.inheritance.mixed.entities.AbstractActivity
getId, getSequenceNumber, setId, setSequenceNumber
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalActivity

public NormalActivity()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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