Class VersionObject

Class VersionObject

java.lang.Object
   |
   +----PersistentObject
           |
           +----VersionObject

public class VersionObject
extends PersistentObject
VersionObject Class This is a class which is used to represent a version object node in the data backend. (extends PersistentObject only to take advantage of the built-in network and method capabilities. not meant to be saved.)

Variable Index

 o numField
 o numObjField
 o objectClassName

Constructor Index

 o VersionObject()
Constructor for VersionObject (Does nothing in particular)

Method Index

 o getObjFields()
Determines how the fields of the objects should be filled after a (network) load To be declared by object developer
 o setObjFields()
Sets up the object's fields into internal data structure.

Variables

 o objectClassName
  public final static String objectClassName
 o numField
  public final static int numField
 o numObjField
  public final static int numObjField

Constructors

 o VersionObject
  public VersionObject()
Constructor for VersionObject (Does nothing in particular)

Methods

 o setObjFields
  protected void setObjFields()
Sets up the object's fields into internal data structure.
Overrides:
setObjFields in class PersistentObject
 o getObjFields
  protected void getObjFields()
Determines how the fields of the objects should be filled after a (network) load To be declared by object developer
Overrides:
getObjFields in class PersistentObject