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