Class JOP.test.TestObject2
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.test.TestObject2

java.lang.Object
   |
   +----JOP.test.TestObject2

public class TestObject2
extends Object

This is an INTERNAL class.

Simple test object that is referenced by the first test object. We'll just store a string in here for now...


Constructor Index

 o TestObject2()
Remember must have a null constructor !!
 o TestObject2(String)

Method Index

 o defineObject(PersistController)
 o streamIn(PersistController)
 o streamOut(PersistController)
 o toString()

Constructors

 o TestObject2
  public TestObject2()
Remember must have a null constructor !!
 o TestObject2
  public TestObject2(String s)

Methods

 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
 o streamOut
  public void streamOut(PersistController c) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home