Class: AbstractRecord
Defined in: | src/abstractrecord.coffee |
Variables Summary
- changed =
-
[]
- isLoaded =
-
false
- isNew =
-
true
Instance Method Summary
-
#
(void)
reset(isLoaded)
- Resets the record instance state
- @param {Boolean} isLoaded Flag if instance has had data loaded from store.
-
#
(void)
setValue(src, val)
- Overrides the Pseudonym prototype setValue method
- @virtual
- @param {string} src Source property name.
Constructor Details
#
(void)
constructor()
- Creates a new AbstractRecord instance
- @class
- @return AbstractRecord an AbstractRecord instance
Instance Method Details
#
(void)
reset(isLoaded)
- Resets the record instance state
- @param {Boolean} isLoaded Flag if instance has had data loaded from store.
- @return {undefined}
#
(void)
setValue(src, val)
- Overrides the Pseudonym prototype setValue method
- @virtual
- @param {string} src Source property name.
- @param {object} val Value to set.
- @return {string} Property alias.