Class OctBox

Class OctBox

java.lang.Object
   |
   +----PersistentObject
           |
           +----OctObject
                   |
                   +----OctBox

public class OctBox
extends OctObject
Declaration for OctBox object

Variable Index

 o className
 o lowerLeft
 o objFields
 o octFields
 o upperRight

Constructor Index

 o OctBox(OctCell)
Constructor of an OctBox (for loading from data back-end server)
 o OctBox(OctCell, OctPoint, OctPoint)
Constructor of an OctBox (for dynamic creation)

Method Index

 o GetObjFields()
Filled if any of the fields are objects
 o Load(int)
Loads the fields of an OctBag from data back-end
 o Load(String)
Should not be called
 o SetObjFields()
Performs the neccessary overhead to allow this object to be manipulated over the network

Variables

 o className
  public final static String className
 o octFields
  public final static int octFields
 o objFields
  public final static int objFields
 o lowerLeft
  public OctPoint lowerLeft
 o upperRight
  public OctPoint upperRight

Constructors

 o OctBox
  public OctBox(OctCell octCell,
                OctPoint lowerLeft,
                OctPoint upperRight)
Constructor of an OctBox (for dynamic creation)
Parameters:
octCell - The OctCell that the object resides in
lowerLeft - Lower left point of the box
upperRight - Upper right point of the box
 o OctBox
  public OctBox(OctCell octCell)
Constructor of an OctBox (for loading from data back-end server)
Parameters:
octCell - The OctCell that the object resides in

Methods

 o SetObjFields
  protected void SetObjFields()
Performs the neccessary overhead to allow this object to be manipulated over the network
Overrides:
SetObjFields in class PersistentObject
 o Load
  public boolean Load(int intId)
Loads the fields of an OctBag from data back-end
Parameters:
intId - The integer (unique) Id for the object
Overrides:
Load in class PersistentObject
 o GetObjFields
  protected int GetObjFields()
Filled if any of the fields are objects
Overrides:
GetObjFields in class PersistentObject
 o Load
  public boolean Load(String strId)
Should not be called
Overrides:
Load in class PersistentObject