Table of Contents

ObjectTemplate

Extends: subclassPersistentObject

DESCRIPTION

Usage Notes

STUFF

Static Properties/Functions

PROBABLY_NONE

Constructor( id )

Do not ever use “new” to instantiate a PersistentObject (or subclass thereof). Instead, store the result of PersistentObject.define() somewhere and reference it when needed, or fetch the object by its 'id' with PersistentObject.fetch().

Properties/Functions

.someProperty

Description.

.someFunction( args )

Description.

Example:

FIXME