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

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

@Entity
public class DefaultValueComponentTestEntity
extends Object


Constructor Summary
DefaultValueComponentTestEntity()
           
 
Method Summary
 boolean equals(Object o)
           
 DefaultValueComponent1 getComp1()
           
 Integer getId()
           
 int hashCode()
           
static DefaultValueComponentTestEntity of(DefaultValueComponent1 comp1)
           
static DefaultValueComponentTestEntity of(Integer id, DefaultValueComponent1 comp1)
           
 void setComp1(DefaultValueComponent1 comp1)
           
 void setId(Integer id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultValueComponentTestEntity

public DefaultValueComponentTestEntity()
Method Detail

of

public static DefaultValueComponentTestEntity of(DefaultValueComponent1 comp1)

of

public static DefaultValueComponentTestEntity of(Integer id,
                                                 DefaultValueComponent1 comp1)

getId

public Integer getId()

setId

public void setId(Integer id)

getComp1

public DefaultValueComponent1 getComp1()

setComp1

public void setComp1(DefaultValueComponent1 comp1)

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.