Class OctInstance
Class OctInstance
java.lang.Object
|
+----PersistentObject
|
+----OctObject
|
+----OctInstance
- public class OctInstance
- extends OctObject
Declaration for OctInstance object
-
className
-
-
facet
- Name of the facet
-
master
- Name of the master
-
name
- Name of the instance
-
objFields
-
-
octFields
-
-
transform
- Tranformation
-
version
- Version number (default to OCT.CURRENT_VERSION)
-
view
- Name of the view
-
OctInstance(OctCell)
-
Constructor of an OctInstance (for loading from data back-end server)
-
OctInstance(OctCell, OctTransform, String, String, String, String, int)
-
Constructor of an OctInstance (for dynamic creation)
-
GetObjFields()
- Filled if any of the fields are objects
-
Load(int)
-
Loads the fields of an OctInstance from data back-end
-
Load(String)
- Should not be called
-
SetObjFields()
-
Performs the neccessary overhead to allow this object to be
manipulated over the network
className
public final static String className
octFields
public final static int octFields
objFields
public final static int objFields
transform
public OctTransform transform
- Tranformation
name
public String name
- Name of the instance
master
public String master
- Name of the master
view
public String view
- Name of the view
facet
public String facet
- Name of the facet
version
public int version
- Version number (default to OCT.CURRENT_VERSION)
OctInstance
public OctInstance(OctCell octCell,
OctTransform transform,
String name,
String master,
String view,
String facet,
int version)
- Constructor of an OctInstance (for dynamic creation)
- Parameters:
- octCell - The OctCell that the object resides in
- name - The name of the instance
- view - The view of the cell master
- master - The master of the instance
- version - The version of the instance
- transform - The transform of the cell
OctInstance
public OctInstance(OctCell octCell)
- Constructor of an OctInstance (for loading from data back-end server)
- Parameters:
- octCell - The OctCell that the object resides in
SetObjFields
protected void SetObjFields()
- Performs the neccessary overhead to allow this object to be
manipulated over the network
- Overrides:
- SetObjFields in class PersistentObject
Load
public boolean Load(int intId)
- Loads the fields of an OctInstance from data back-end
- Parameters:
- intId - The integer (unique) Id for the object
- Overrides:
- Load in class PersistentObject
Load
public boolean Load(String strId)
- Should not be called
- Overrides:
- Load in class PersistentObject
GetObjFields
protected int GetObjFields()
- Filled if any of the fields are objects
- Overrides:
- GetObjFields in class PersistentObject