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