org.riotfamily.components.config
Class ComponentConfig
java.lang.Object
org.riotfamily.components.config.ComponentConfig
public class ComponentConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentConfig
public ComponentConfig(Object obj)
getType
public String getType()
setType
public void setType(String type)
getMin
public int getMin()
setMin
public void setMin(int min)
getMax
public Integer getMax()
setMax
public void setMax(Integer max)
getDefaults
public Map<String,?> getDefaults()
setDefaults
public void setDefaults(Map<String,?> defaults)