org.hibernate.envers.test.entities.onetomany.detached.inheritance
Class ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
java.lang.Object
org.hibernate.envers.test.entities.onetomany.detached.inheritance.ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
@Entity
public class ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
- extends Object
Entity for InheritanceIndexedJoinColumnBidirectionalList
test.
Owned side of the relation.
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
public ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity()
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
public ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity(Integer id,
String data,
ParentIndexedListJoinColumnBidirectionalRefIngEntity owner)
ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity
public ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity(String data,
ParentIndexedListJoinColumnBidirectionalRefIngEntity owner)
getId
public Integer getId()
setId
public void setId(Integer id)
getData
public String getData()
setData
public void setData(String data)
getOwner
public ParentIndexedListJoinColumnBidirectionalRefIngEntity getOwner()
setOwner
public void setOwner(ParentIndexedListJoinColumnBidirectionalRefIngEntity owner)
getPosition
public Integer getPosition()
setPosition
public void setPosition(Integer position)
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.