Class JOP.test.TestObject3
All Packages Class Hierarchy This Package Previous Next Index Home
Class JOP.test.TestObject3
java.lang.Object
|
+----JOP.test.TestObject0
|
+----JOP.test.TestObject3
- public class TestObject3
- extends TestObject0
- implements Persistable
This is an INTERNAL class.
Simple test object that contains a reference to another
object.
Just like TestObject1 except that we'll inherit from
TestObject as a comparison.
-
TestObject3()
-
-
defineObject(PersistController)
-
-
setValues()
-
-
streamIn(PersistController)
- now requires 'throws exception' because of the nested object
-
streamOut(PersistController)
- now requires 'throws exception' because of the nested object
-
toString()
-
TestObject3
public TestObject3()
setValues
public void setValues()
- Overrides:
- setValues in class TestObject0
toString
public String toString()
- Overrides:
- toString in class TestObject0
defineObject
public void defineObject(PersistController c) throws Exception
- Overrides:
- defineObject in class TestObject0
streamIn
public void streamIn(PersistController c) throws Exception
- now requires 'throws exception' because of the nested object
- Overrides:
- streamIn in class TestObject0
streamOut
public void streamOut(PersistController c) throws Exception
- now requires 'throws exception' because of the nested object
- Overrides:
- streamOut in class TestObject0
All Packages Class Hierarchy This Package Previous Next Index Home