org.hibernate.envers.test.entities.collection
Class StringSetEntity
java.lang.Object
   org.hibernate.envers.test.entities.collection.StringSetEntity
org.hibernate.envers.test.entities.collection.StringSetEntity
- @Entity
public class StringSetEntity 
- extends Object
 
 
 
StringSetEntity
public StringSetEntity()
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getStrings
public Set<String> getStrings()
- 
 
setStrings
public void setStrings(Set<String> strings)
- 
 
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.