org.hibernate.envers.test.entities.components.relations
Class NotAuditedManyToOneComponentTestEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.components.relations.NotAuditedManyToOneComponentTestEntity

@Entity
public class NotAuditedManyToOneComponentTestEntity
extends Object


Constructor Summary
NotAuditedManyToOneComponentTestEntity()
           
NotAuditedManyToOneComponentTestEntity(Integer id, NotAuditedManyToOneComponent comp1)
           
NotAuditedManyToOneComponentTestEntity(NotAuditedManyToOneComponent comp1)
           
 
Method Summary
 boolean equals(Object o)
           
 NotAuditedManyToOneComponent getComp1()
           
 Integer getId()
           
 int hashCode()
           
 void setComp1(NotAuditedManyToOneComponent comp1)
           
 void setId(Integer id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAuditedManyToOneComponentTestEntity

public NotAuditedManyToOneComponentTestEntity()

NotAuditedManyToOneComponentTestEntity

public NotAuditedManyToOneComponentTestEntity(Integer id,
                                              NotAuditedManyToOneComponent comp1)

NotAuditedManyToOneComponentTestEntity

public NotAuditedManyToOneComponentTestEntity(NotAuditedManyToOneComponent comp1)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getComp1

public NotAuditedManyToOneComponent getComp1()

setComp1

public void setComp1(NotAuditedManyToOneComponent 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.