Uses of Class
org.apache.empire.data.bean.BeanProperty
Packages that use BeanProperty
Package
Description
This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's).
-
Uses of BeanProperty in org.apache.empire.data.bean
Methods in org.apache.empire.data.bean that return BeanPropertyModifier and TypeMethodDescriptionprotected final BeanPropertyprotected final BeanPropertyBeanClass.addProp(String propname, DataType dataType, double size, boolean required, boolean readOnly) protected final BeanPropertyBeanClass.addProp(String propname, DataType dataType, double size, boolean required, String controlType) protected BeanPropertyBeanClass.addProp(String propname, DataType dataType, double size, boolean required, String controlType, boolean readOnly) Methods in org.apache.empire.data.bean that return types with arguments of type BeanPropertyModifier and TypeMethodDescriptionBeanClass.getColumns()returns the list of key columns (if any)BeanClass.getProperties()returns the list of properties for this class.Methods in org.apache.empire.data.bean with parameters of type BeanProperty