org.hibernate.envers.test.entities.onetomany.detached.ids
Class SetRefCollEntityMulId
java.lang.Object
   org.hibernate.envers.test.entities.onetomany.detached.ids.SetRefCollEntityMulId
org.hibernate.envers.test.entities.onetomany.detached.ids.SetRefCollEntityMulId
- @Entity
public class SetRefCollEntityMulId 
- extends Object
Set collection of references entity
 
 
 
SetRefCollEntityMulId
public SetRefCollEntityMulId()
SetRefCollEntityMulId
public SetRefCollEntityMulId(Integer id1,
                             Integer id2,
                             String data)
SetRefCollEntityMulId
public SetRefCollEntityMulId(String data)
getId1
public Integer getId1()
- 
 
setId1
public void setId1(Integer id1)
- 
 
getId2
public Integer getId2()
- 
 
setId2
public void setId2(Integer id2)
- 
 
getData
public String getData()
- 
 
setData
public void setData(String data)
- 
 
getCollection
public Set<MulIdTestEntity> getCollection()
- 
 
setCollection
public void setCollection(Set<MulIdTestEntity> collection)
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.