org.hibernate.envers.test.integration.onetomany
Class RefEdMapKeyEntity

java.lang.Object
  extended by org.hibernate.envers.test.integration.onetomany.RefEdMapKeyEntity

@Entity
public class RefEdMapKeyEntity
extends Object


Constructor Summary
RefEdMapKeyEntity()
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 Map<String,RefIngMapKeyEntity> getIdmap()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setIdmap(Map<String,RefIngMapKeyEntity> idmap)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefEdMapKeyEntity

public RefEdMapKeyEntity()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getIdmap

public Map<String,RefIngMapKeyEntity> getIdmap()

setIdmap

public void setIdmap(Map<String,RefIngMapKeyEntity> idmap)

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.