org.hibernate.envers.test.entities.onetomany.detached
Class ListJoinColumnBidirectionalInheritanceRefEdParentEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.onetomany.detached.ListJoinColumnBidirectionalInheritanceRefEdParentEntity
Direct Known Subclasses:
ListJoinColumnBidirectionalInheritanceRefEdChildEntity

@Entity
public class ListJoinColumnBidirectionalInheritanceRefEdParentEntity
extends Object

Entity for JoinColumnBidirectionalListWithInheritance test. Owned parent side of the relation.


Constructor Summary
ListJoinColumnBidirectionalInheritanceRefEdParentEntity()
           
ListJoinColumnBidirectionalInheritanceRefEdParentEntity(Integer id, String parentData, ListJoinColumnBidirectionalInheritanceRefIngEntity owner)
           
ListJoinColumnBidirectionalInheritanceRefEdParentEntity(String parentData, ListJoinColumnBidirectionalInheritanceRefIngEntity owner)
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 ListJoinColumnBidirectionalInheritanceRefIngEntity getOwner()
           
 String getParentData()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setOwner(ListJoinColumnBidirectionalInheritanceRefIngEntity owner)
           
 void setParentData(String parentData)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListJoinColumnBidirectionalInheritanceRefEdParentEntity

public ListJoinColumnBidirectionalInheritanceRefEdParentEntity()

ListJoinColumnBidirectionalInheritanceRefEdParentEntity

public ListJoinColumnBidirectionalInheritanceRefEdParentEntity(Integer id,
                                                               String parentData,
                                                               ListJoinColumnBidirectionalInheritanceRefIngEntity owner)

ListJoinColumnBidirectionalInheritanceRefEdParentEntity

public ListJoinColumnBidirectionalInheritanceRefEdParentEntity(String parentData,
                                                               ListJoinColumnBidirectionalInheritanceRefIngEntity owner)
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getOwner

public ListJoinColumnBidirectionalInheritanceRefIngEntity getOwner()

setOwner

public void setOwner(ListJoinColumnBidirectionalInheritanceRefIngEntity owner)

getParentData

public String getParentData()

setParentData

public void setParentData(String parentData)

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.