|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.odmg.TestClassA
org.apache.ojb.odmg.TestClassAWithBProxy
This class is used in the TestCase for testing correct foreign-key assignment when the referenced object happens to be a proxy (i.e. it was loaded before as a proxy and is now being assigned to another object)
Constructor Summary | |
TestClassAWithBProxy()
|
Method Summary | |
TestClassBProxyI |
getBp()
Returns the bp. |
TestClassBProxyI |
getBProxy()
Gets the bp. |
void |
setBp(TestClassBProxyI bp)
Sets the bp. |
void |
setBProxy(TestClassBProxyI bp)
Sets the bp. |
Methods inherited from class org.apache.ojb.odmg.TestClassA |
getB, getBoid, getLocale, getOid, getValue1, getValue2, getValue3, setB, setBoid, setLocale, setOid, setValue1, setValue2, setValue3 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestClassAWithBProxy()
Method Detail |
public TestClassBProxyI getBProxy()
public void setBProxy(TestClassBProxyI bp)
bp
- The bp to setpublic TestClassBProxyI getBp()
public void setBp(TestClassBProxyI bp)
bp
- The bp to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |