org.hibernate.envers.test.entities.onetomany.detached.ids
Class SetRefCollEntityMulId

java.lang.Object
  extended by org.hibernate.envers.test.entities.onetomany.detached.ids.SetRefCollEntityMulId

@Entity
public class SetRefCollEntityMulId
extends Object

Set collection of references entity


Constructor Summary
SetRefCollEntityMulId()
           
SetRefCollEntityMulId(Integer id1, Integer id2, String data)
           
SetRefCollEntityMulId(String data)
           
 
Method Summary
 boolean equals(Object o)
           
 Set<MulIdTestEntity> getCollection()
           
 String getData()
           
 Integer getId1()
           
 Integer getId2()
           
 int hashCode()
           
 void setCollection(Set<MulIdTestEntity> collection)
           
 void setData(String data)
           
 void setId1(Integer id1)
           
 void setId2(Integer id2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetRefCollEntityMulId

public SetRefCollEntityMulId()

SetRefCollEntityMulId

public SetRefCollEntityMulId(Integer id1,
                             Integer id2,
                             String data)

SetRefCollEntityMulId

public SetRefCollEntityMulId(String data)
Method Detail

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:
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.