org.hibernate.envers.test.integration.inheritance.single.discriminatorformula
Class ClassTypeEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.inheritance.single.discriminatorformula.ClassTypeEntity

@Entity
public class ClassTypeEntity
extends Object


Field Summary
static String CHILD_TYPE
           
static String PARENT_TYPE
           
 
Constructor Summary
ClassTypeEntity()
           
 
Method Summary
 boolean equals(Object o)
           
 Long getId()
           
 String getType()
           
 int hashCode()
           
 void setId(Long id)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PARENT_TYPE

public static final String PARENT_TYPE
See Also:
Constant Field Values

CHILD_TYPE

public static final String CHILD_TYPE
See Also:
Constant Field Values
Constructor Detail

ClassTypeEntity

public ClassTypeEntity()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getId

public Long getId()

setId

public void setId(Long id)

getType

public String getType()

setType

public void setType(String type)


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