| 23 | | book.save() - save the instance in the associated store |
|---|
| 24 | | book.remove() - remove the instance in the associated store |
|---|
| 25 | | book._type - the object type name - readonly |
|---|
| 26 | | book._id - the object id - undefined for transient objects, |
|---|
| 27 | | and only settable on transient objects |
|---|
| | 23 | book.save() - save the instance in the associated store |
|---|
| | 24 | book.remove() - remove the instance in the associated store |
|---|
| | 25 | book._type - the object type name - readonly |
|---|
| | 26 | book._id - the object id - undefined for transient objects, |
|---|
| | 27 | and only settable on transient objects |
|---|