Class OctView

Class OctView

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

public class OctView
extends OctObject
Declaration for OctView object

Variable Index

 o className
 o name
The name of the OctView
 o octFields

Constructor Index

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

Method Index

 o GetObjFields()
Does not require filling since the object has no object fields
 o Load(int)
Loads the fields of an OctView 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 name
  public String name
The name of the OctView

Constructors

 o OctView
  public OctView(OctCell octCell,
                 String name)
Constructor of an OctView (for dynamic creation)
Parameters:
octCell - The OctCell that the object resides in
name - The name of the OctView
 o OctView
  public OctView(OctCell octCell)
Constructor of an OctView (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 OctView from data back-end
Parameters:
intId - The integer (unique) Id for the object
Overrides:
Load in class PersistentObject
 o Load
  public boolean Load(String strId)
Should not be called
Overrides:
Load in class PersistentObject
 o GetObjFields
  protected int GetObjFields()
Does not require filling since the object has no object fields
Overrides:
GetObjFields in class PersistentObject