Class VersionObject
Class VersionObject
java.lang.Object
|
+----PersistentObject
|
+----VersionObject
- public class VersionObject
- extends PersistentObject
VersionObject Class
This is a class which is used to represent a version object node
in the data backend.
(extends PersistentObject only to take advantage of the built-in
network and method capabilities.
not meant to be saved.)
-
numField
-
-
numObjField
-
-
objectClassName
-
-
VersionObject()
- Constructor for VersionObject
(Does nothing in particular)
-
getObjFields()
-
Determines how the fields of the objects should be filled after
a (network) load
To be declared by object developer
-
setObjFields()
- Sets up the object's fields into internal data structure.
objectClassName
public final static String objectClassName
numField
public final static int numField
numObjField
public final static int numObjField
VersionObject
public VersionObject()
- Constructor for VersionObject
(Does nothing in particular)
setObjFields
protected void setObjFields()
- Sets up the object's fields into internal data structure.
- Overrides:
- setObjFields in class PersistentObject
getObjFields
protected void getObjFields()
- Determines how the fields of the objects should be filled after
a (network) load
To be declared by object developer
- Overrides:
- getObjFields in class PersistentObject