org.hibernate.envers.test.entities.components
Class DefaultValueComponent1

java.lang.Object
  extended by org.hibernate.envers.test.entities.components.DefaultValueComponent1

public class DefaultValueComponent1
extends Object


Constructor Summary
DefaultValueComponent1()
           
 
Method Summary
 boolean equals(Object o)
           
 DefaultValueComponent2 getComp2()
           
 String getStr1()
           
 int hashCode()
           
static DefaultValueComponent1 of(String str1, DefaultValueComponent2 comp2)
           
 void setComp2(DefaultValueComponent2 comp2)
           
 void setStr1(String str1)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultValueComponent1

public DefaultValueComponent1()
Method Detail

of

public static final DefaultValueComponent1 of(String str1,
                                              DefaultValueComponent2 comp2)

getStr1

public String getStr1()

setStr1

public void setStr1(String str1)

getComp2

public DefaultValueComponent2 getComp2()

setComp2

public void setComp2(DefaultValueComponent2 comp2)

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.