sk.baka.tools.jpa
Class TestEntityJPABean

java.lang.Object
  extended by sk.baka.tools.jpa.TestEntityJPABean
All Implemented Interfaces:
Serializable

public class TestEntityJPABean
extends Object
implements Serializable

A simple JPA bean for testing purposes.

Author:
mvy
See Also:
Serialized Form

Constructor Summary
TestEntityJPABean()
           
 
Method Summary
 boolean equals(Object object)
           
 Long getId()
           
 int getIntVal()
           
 String getValue()
           
 int hashCode()
           
 void setId(Long id)
           
 void setIntVal(int intVal)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestEntityJPABean

public TestEntityJPABean()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

getValue

public String getValue()

setValue

public void setValue(String value)

getIntVal

public int getIntVal()

setIntVal

public void setIntVal(int intVal)


Copyright © 2009-2010. All Rights Reserved.