setmodel.set(attributes, [options]) Set a hash of attributes (one or many) on the model. If any of the attributes change the model's
clearmodel.clear([options]) Removes all attributes from the model, including the id attribute. Fires a "change"
parsemodel.parse(response, options) parse is called whenever a model's data is returned by the server, in
syncmodel.sync(method, model, [options]) Uses Backbone.sync
getmodel.get(attribute) Get the current value of an attribute from the model. For example: note.get("title")
clonemodel.clone() Returns a new instance of the model with identical attributes.
toJSONmodel.toJSON([options]) Return a shallow copy of the model's
fetchmodel.fetch([options]) Merges the model's state with attributes fetched from the server by delegating to
chain
attributesmodel.attributes The attributes property is the internal hash containing the model's state â usually (but not
Page 3 of 4