org.hibernate.envers.test.entities.components.relations
Class ManyToOneComponentTestEntity
java.lang.Object
org.hibernate.envers.test.entities.components.relations.ManyToOneComponentTestEntity
@Entity
public class ManyToOneComponentTestEntity
- extends Object
ManyToOneComponentTestEntity
public ManyToOneComponentTestEntity()
ManyToOneComponentTestEntity
public ManyToOneComponentTestEntity(Integer id,
ManyToOneComponent comp1)
ManyToOneComponentTestEntity
public ManyToOneComponentTestEntity(ManyToOneComponent comp1)
getId
public Integer getId()
setId
public void setId(Integer id)
getComp1
public ManyToOneComponent getComp1()
setComp1
public void setComp1(ManyToOneComponent comp1)
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.