public abstract class AbstractModel extends Object implements Model
Constructor and Description |
---|
AbstractModel() |
Modifier and Type | Method and Description |
---|---|
Model |
addItem(Model model) |
List<Model> |
getItems() |
ModelType |
getModelType() |
String |
getModelTypeName() |
boolean |
hasItems() |
Model |
insertItem(int index,
Model model) |
public AbstractModel()
public String getModelTypeName()
getModelTypeName
in interface Model
public ModelType getModelType()
getModelType
in interface Model
public Model addItem(Model model) throws ModelException
addItem
in interface Model
ModelException
public Model insertItem(int index, Model model) throws ModelException
insertItem
in interface Model
ModelException
Copyright © 2016 Nuxeo SA. All rights reserved.