org.riotfamily.riot.editor.ui
Class EditorGroup

java.lang.Object
  extended by org.riotfamily.riot.editor.ui.EditorGroup

public class EditorGroup
extends Object

Model that is passed to the view of the EditorGroupController.


Constructor Summary
EditorGroup()
           
 
Method Summary
 void addReference(EditorReference reference)
           
 List<EditorReference> getEditors()
           
 String getId()
           
 String getObjectId()
           
 String getTitle()
           
 void setId(String id)
           
 void setObjectId(String objectId)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorGroup

public EditorGroup()
Method Detail

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()