Class OctPath
Class OctPath
java.lang.Object
|
+----PersistentObject
|
+----OctObject
|
+----OctPath
- public class OctPath
- extends OctObject
Declaration for OctPath object
-
className
-
-
octFields
-
-
width
- The name of the OctPath
-
OctPath(OctCell)
-
Constructor of an OctPath (for loading from data back-end server)
-
OctPath(OctCell, int)
-
Constructor of an OctPath (for dynamic creation)
-
GetObjFields()
- Does not require filling since the object has no object fields
-
Load(int)
-
Loads the fields of an OctBag 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
width
public int width
- The name of the OctPath
OctPath
public OctPath(OctCell octCell,
int width)
- Constructor of an OctPath (for dynamic creation)
- Parameters:
- octCell - The OctCell that the object resides in
- width - The name of the OctPath
OctPath
public OctPath(OctCell octCell)
- Constructor of an OctPath (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 OctBag 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()
- Does not require filling since the object has no object fields
- Overrides:
- GetObjFields in class PersistentObject