org.mobicents.persistencera.test
Class Test

java.lang.Object
  extended by org.mobicents.persistencera.test.Test
All Implemented Interfaces:
java.io.Serializable

public class Test
extends java.lang.Object
implements java.io.Serializable

Test generated by hbm2java

See Also:
Serialized Form

Constructor Summary
Test()
          default constructor
Test(int id, java.lang.String value)
          full constructor
 
Method Summary
 int getId()
           
 java.lang.String getValue()
           
 void setId(int id)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
default constructor


Test

public Test(int id,
            java.lang.String value)
full constructor

Method Detail

getId

public int getId()

setId

public void setId(int id)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2008. All Rights Reserved.