Class OctFacet
Class OctFacet
java.lang.Object
|
+----PersistentObject
|
+----OctObject
|
+----OctFacet
- public class OctFacet
- extends OctObject
Declaration for OctFacet object
-
cell
-
-
className
-
-
facet
-
-
mode
-
-
octFields
-
-
version
-
-
view
-
-
OctFacet(OctCell)
-
Constructor of an OctFacet (for loading from data back-end server)
-
OctFacet(OctCell, String, String, String, int, int)
-
Constructor of an OctFacet (for dynamic creation)
-
GetObjFields()
- Does not require filling since the object has no object fields
-
Load(int)
-
Loads the fields of an OctFacet 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
cell
public String cell
view
public String view
facet
public String facet
version
public int version
mode
public int mode
OctFacet
public OctFacet(OctCell octCell,
String cellName,
String viewName,
String facetName,
int version,
int mode)
- Constructor of an OctFacet (for dynamic creation)
- Parameters:
- octCell - The OctCell that the object resides in
- cell - The cell which contains this facet
- view - The view of the cell
- facet - The facet of the cell
- version - The version of the cell(should set to OCT.CURRENT_VERSION)
- mode - The mode of the cell (READ, WRITE or APPEND)
OctFacet
public OctFacet(OctCell octCell)
- Constructor of an OctFacet (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 OctFacet from data back-end
- Parameters:
- objectId - The String Id for the object (may not be applicable)
- 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()
- Does not require filling since the object has no object fields
- Overrides:
- GetObjFields in class PersistentObject