org.apache.ojb.odmg
Class TestClassA

java.lang.Object
  extended byorg.apache.ojb.odmg.TestClassA
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TestClassAWithBProxy

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

See Also:
Serialized Form

Constructor Summary
TestClassA()
           
 
Method Summary
 TestClassB getB()
          Gets the b.
 java.lang.String getBoid()
          Gets the bOid.
 java.util.Locale getLocale()
           
 java.lang.String getOid()
          Gets the oid.
 java.lang.String getValue1()
          Gets the value1.
 java.lang.String getValue2()
          Gets the value2.
 int getValue3()
          Gets the value3.
 void setB(TestClassB b)
          Sets the b.
 void setBoid(java.lang.String boid)
          Sets the bOid.
 void setLocale(java.util.Locale locale)
           
 void setOid(java.lang.String oid)
          Sets the oid.
 void setValue1(java.lang.String value1)
          Sets the value1.
 void setValue2(java.lang.String value2)
          Sets the value2.
 void setValue3(int value3)
          Sets the value3.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClassA

public TestClassA()
Method Detail

getValue1

public java.lang.String getValue1()
Gets the value1.

Returns:
Returns a String

setValue1

public void setValue1(java.lang.String value1)
Sets the value1.

Parameters:
value1 - The value1 to set

getValue2

public java.lang.String getValue2()
Gets the value2.

Returns:
Returns a String

setValue2

public void setValue2(java.lang.String value2)
Sets the value2.

Parameters:
value2 - The value2 to set

getValue3

public int getValue3()
Gets the value3.

Returns:
Returns a int

setValue3

public void setValue3(int value3)
Sets the value3.

Parameters:
value3 - The value3 to set

getB

public TestClassB getB()
Gets the b.

Returns:
Returns a TestClassB

setB

public void setB(TestClassB b)
Sets the b.

Parameters:
b - The b to set

getOid

public java.lang.String getOid()
Gets the oid.

Returns:
Returns a String

setOid

public void setOid(java.lang.String oid)
Sets the oid.

Parameters:
oid - The oid to set

getBoid

public java.lang.String getBoid()
Gets the bOid.

Returns:
Returns a String

setBoid

public void setBoid(java.lang.String boid)
Sets the bOid.


getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14