Class JOP.test.TestObject1
All Packages Class Hierarchy This Package Previous Next Index Home
Class JOP.test.TestObject1
java.lang.Object
|
+----JOP.test.TestObject1
- public class TestObject1
- extends Object
- implements Persistable
This is an INTERNAL class.
Simple test object that contains a reference to another
object.
-
TestObject1()
-
-
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()
-
TestObject1
public TestObject1()
setValues
public void setValues()
toString
public String toString()
- Overrides:
- toString in class Object
defineObject
public void defineObject(PersistController c) throws Exception
streamIn
public void streamIn(PersistController c) throws Exception
- now requires 'throws exception' because of the nested object
streamOut
public void streamOut(PersistController c) throws Exception
- now requires 'throws exception' because of the nested object
All Packages Class Hierarchy This Package Previous Next Index Home