org.apache.beehive.netui.compiler.model
Class FormBeanModel.Property
Object
FormBeanModel.Property
- Enclosing class:
- FormBeanModel
public static class FormBeanModel.Property
- extends Object
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormBeanModel.Property
public FormBeanModel.Property(String name,
String type,
boolean required,
boolean multival)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
isMultiValue
public boolean isMultiValue()
setMultiValue
public void setMultiValue(boolean multi)