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

Class JOP.test.TestObject0

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

public class TestObject0
extends Object
implements Persistable

This is an INTERNAL class.

Simple test object


Variable Index

 o d
 o z

Constructor Index

 o TestObject0()

Method Index

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

Variables

 o z
  public String z
 o d
  public Date d

Constructors

 o TestObject0
  public TestObject0()

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home