org.hibernate.test.annotations.cascade.circle.identity
Class AbstractEntity

java.lang.Object
  extended by org.hibernate.test.annotations.cascade.circle.identity.AbstractEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
A, B, C, D, E, F, G, H

@MappedSuperclass
public abstract class AbstractEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractEntity()
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getCreated()
           
 Long getId()
           
 String getUuid()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractEntity

public AbstractEntity()
Method Detail

getId

public Long getId()

getUuid

public String getUuid()

getCreated

public Date getCreated()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


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