org.hibernate.envers.test.entities.customtype
Class CompositeCustomTypeEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.customtype.CompositeCustomTypeEntity

@Entity
public class CompositeCustomTypeEntity
extends Object


Constructor Summary
CompositeCustomTypeEntity()
           
CompositeCustomTypeEntity(Integer id, Component component)
           
 
Method Summary
 boolean equals(Object o)
           
 Component getComponent()
           
 Integer getId()
           
 int hashCode()
           
 void setComponent(Component component)
           
 void setId(Integer id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeCustomTypeEntity

public CompositeCustomTypeEntity()

CompositeCustomTypeEntity

public CompositeCustomTypeEntity(Integer id,
                                 Component component)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getComponent

public Component getComponent()

setComponent

public void setComponent(Component component)

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


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