org.apache.beehive.netui.compiler.model.validation
Class LocaleSet

Object
  extended by LocaleSet

public class LocaleSet
extends Object


Constructor Summary
LocaleSet()
           
LocaleSet(Locale locale)
           
 
Method Summary
 void addValidatableEntity(ValidatableEntity entity)
           
 ValidatableEntity getEntity(String entityName)
           
 Locale getLocale()
           
 void writeToXMLBean(FormsetDocument.Formset formset)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleSet

public LocaleSet()

LocaleSet

public LocaleSet(Locale locale)
Method Detail

getLocale

public Locale getLocale()

getEntity

public ValidatableEntity getEntity(String entityName)

addValidatableEntity

public void addValidatableEntity(ValidatableEntity entity)

writeToXMLBean

public void writeToXMLBean(FormsetDocument.Formset formset)