org.hibernate.envers.test.entities.collection
Class StringSetEntity

java.lang.Object
  extended by org.hibernate.envers.test.entities.collection.StringSetEntity

@Entity
public class StringSetEntity
extends Object


Constructor Summary
StringSetEntity()
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getId()
           
 Set<String> getStrings()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setStrings(Set<String> strings)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringSetEntity

public StringSetEntity()
Method Detail

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