org.apache.beehive.netui.compiler.model
Class FormBeanModel.Property

Object
  extended by FormBeanModel.Property
Enclosing class:
FormBeanModel

public static class FormBeanModel.Property
extends Object


Constructor Summary
FormBeanModel.Property(String name, String type, boolean required, boolean multival)
           
 
Method Summary
 String getName()
           
 String getType()
           
 boolean isMultiValue()
           
 boolean isRequired()
           
 void setMultiValue(boolean multi)
           
 void setName(String name)
           
 void setRequired(boolean required)
           
 void setType(String type)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBeanModel.Property

public FormBeanModel.Property(String name,
                              String type,
                              boolean required,
                              boolean multival)
Method Detail

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)