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.


Constructor Index

 o TestObject1()

Method Index

 o defineObject(PersistController)
 o setValues()
 o streamIn(PersistController)
now requires 'throws exception' because of the nested object
 o streamOut(PersistController)
now requires 'throws exception' because of the nested object
 o toString()

Constructors

 o TestObject1
  public TestObject1()

Methods

 o setValues
  public void setValues()
 o toString
  public String toString()
Overrides:
toString in class Object
 o defineObject
  public void defineObject(PersistController c) throws Exception
 o streamIn
  public void streamIn(PersistController c) throws Exception
now requires 'throws exception' because of the nested object
 o 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