org.riotfamily.components.config
Class ComponentConfig

java.lang.Object
  extended by org.riotfamily.components.config.ComponentConfig

public class ComponentConfig
extends Object


Constructor Summary
ComponentConfig(Object obj)
           
 
Method Summary
 Map<String,?> getDefaults()
           
 Integer getMax()
           
 int getMin()
           
 String getType()
           
 void setDefaults(Map<String,?> defaults)
           
 void setMax(Integer max)
           
 void setMin(int min)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentConfig

public ComponentConfig(Object obj)
Method Detail

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)