org.riotfamily.riot.editor.ui
Class EditorGroup
java.lang.Object
org.riotfamily.riot.editor.ui.EditorGroup
public class EditorGroup
- extends Object
Model that is passed to the view of the
EditorGroupController
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorGroup
public EditorGroup()
getId
public String getId()
setId
public void setId(String id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getObjectId
public String getObjectId()
setObjectId
public void setObjectId(String objectId)
addReference
public void addReference(EditorReference reference)
getEditors
public List<EditorReference> getEditors()