Holds information about a specific version of a value index of a field in a Record. Information held includes: Date created/modified, active/not active (ie, deleted), and the actual value object (usually a Primitive).
Located in /harmoni/core/dataManager/record/RecordFieldData.class.php (line 15)
Commits any changes that have been made to the database. If neither update() nor prune() have been called, even if changes have been made, they will not be reflected in the database.
Takes a single database row and sets local data (like the modified timestamp, etc) variables based on that row.
Re-casts our internal Primitive data object as a StorablePrimitive of the same data type.
Returns an exact data-specific replica of the current object.
Changes the active flag of this RecordFieldData to $active.
Sets the date reflected within our local variables to $date.
Sets the local valueObject to be a reference to $object.
Takes a Primitive object and hands it to our local value object so that it can set its own value based on $object.
Flags this RecordFieldData to be updated to the database upon commit().
Returns if this ValueVersion object is flagged to delete itself from the DB upon commit().
Documentation generated on Wed, 19 Sep 2007 10:25:50 -0400 by phpDocumentor 1.3.0RC3