A model represents some data object in an application. For example you can have a model such as: Fruit, Car, Building, etc. in your application. Models are normally used by stores. Here is example how you would define a new model class. e.g.
Ext.define('MyApp.model.Person', {
extend: 'Ext.data...