org.riotfamily.components.model
Class Component
java.lang.Object
org.riotfamily.components.model.Content
org.riotfamily.components.model.Component
public class Component
- extends Content
Methods inherited from class org.riotfamily.components.model.Content |
copyValues, each, getId, getValue, getVersion, getWrapper, getWrappers, setId, setValue, setVersion, setWrapper, setWrappers, unwrap, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component()
Component
public Component(String type)
getType
public String getType()
setType
public void setType(String type)
getList
public ComponentList getList()
setList
public void setList(ComponentList list)
createCopy
public Content createCopy()
- Overrides:
createCopy
in class Content