PersistentObject Fields |
The PersistentObject type exposes the following members.
Name | Description | |
---|---|---|
_created |
Field that stores the date and time when the object was created.
| |
_flag |
Flag field. Use it as you see fit.
| |
_isDirty |
Field that indicates whether the object is dirty.
| |
_isNew |
Field that indicates whether the object is new.
| |
_objectId |
The unique object id.
| |
_updated |
Field that stores the date and time when the object was updated.
|