Uses of Class
org.apache.empire.data.bean.BeanProperty

Packages that use BeanProperty
org.apache.empire.data.bean This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's). 
org.apache.empire.struts2.websample.ws   
 

Uses of BeanProperty in org.apache.empire.data.bean
 

Methods in org.apache.empire.data.bean that return BeanProperty
protected  BeanProperty BeanClass.addProp(java.lang.String propname, DataType dataType, double size, boolean required)
           
protected  BeanProperty BeanClass.addProp(java.lang.String propname, DataType dataType, double size, boolean required, java.lang.String controlType)
           
protected  BeanProperty BeanClass.addProp(java.lang.String propname, DataType dataType, double size, boolean required, java.lang.String controlType, boolean readOnly)
           
 

Methods in org.apache.empire.data.bean that return types with arguments of type BeanProperty
 java.util.List<BeanProperty> BeanClass.getProperties()
          returns the list of properties for this class.
 

Methods in org.apache.empire.data.bean with parameters of type BeanProperty
protected  void BeanClass.addProp(BeanProperty prop)
           
 

Uses of BeanProperty in org.apache.empire.struts2.websample.ws
 

Fields in org.apache.empire.struts2.websample.ws declared as BeanProperty
 BeanProperty SampleBeanDomain.Departments.C_BUSINESS_UNIT
           
 BeanProperty SampleBeanDomain.Employees.C_DATE_OF_BIRTH
           
 BeanProperty SampleBeanDomain.Departments.C_DEPARTMENT_ID
           
 BeanProperty SampleBeanDomain.Employees.C_DEPARTMENT_ID
           
 BeanProperty SampleBeanDomain.Employees.C_EMAIL
           
 BeanProperty SampleBeanDomain.Employees.C_EMPLOYEE_ID
           
 BeanProperty SampleBeanDomain.Employees.C_FIRSTNAME
           
 BeanProperty SampleBeanDomain.Employees.C_GENDER
           
 BeanProperty SampleBeanDomain.Departments.C_HEAD
           
 BeanProperty SampleBeanDomain.Employees.C_LASTNAME
           
 BeanProperty SampleBeanDomain.Departments.C_NAME
           
 BeanProperty SampleBeanDomain.Employees.C_PHONE_NUMBER
           
 BeanProperty SampleBeanDomain.Employees.C_RETIRED
           
 BeanProperty SampleBeanDomain.Employees.C_SALUTATION
           
 BeanProperty SampleBeanDomain.Departments.C_UPDATE_TIMESTAMP
           
 BeanProperty SampleBeanDomain.Employees.C_UPDATE_TIMESTAMP
           
 

Methods in org.apache.empire.struts2.websample.ws with parameters of type BeanProperty
protected  void SampleBeanClass.addProp(BeanProperty prop)
           
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.