org.hibernate.envers.test.entities.customtype
Class Component

java.lang.Object
  extended by org.hibernate.envers.test.entities.customtype.Component
All Implemented Interfaces:
Serializable

public class Component
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Component()
           
Component(String prop1, int prop2)
           
 
Method Summary
 boolean equals(Object o)
           
 String getProp1()
           
 int getProp2()
           
 int hashCode()
           
 void setProp1(String prop1)
           
 void setProp2(int prop2)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component(String prop1,
                 int prop2)

Component

public Component()
Method Detail

getProp1

public String getProp1()

setProp1

public void setProp1(String prop1)

getProp2

public int getProp2()

setProp2

public void setProp2(int prop2)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.