Uses of Interface
nl.knowledgeplaza.util.property.Property.PropertyBean

Packages that use Property.PropertyBean
nl.knowledgeplaza.util   
nl.knowledgeplaza.util.jpa   
nl.knowledgeplaza.util.property   
 

Uses of Property.PropertyBean in nl.knowledgeplaza.util
 

Classes in nl.knowledgeplaza.util that implement Property.PropertyBean
 class AbstractBean<T>
          a class that implements standard features of a JavaBean.
 

Uses of Property.PropertyBean in nl.knowledgeplaza.util.jpa
 

Classes in nl.knowledgeplaza.util.jpa that implement Property.PropertyBean
 class AbstractBeanEclipselink<T>
           
 

Uses of Property.PropertyBean in nl.knowledgeplaza.util.property
 

Methods in nl.knowledgeplaza.util.property that return Property.PropertyBean
 Property.PropertyBean Property.getBean()
          Bean: beware that setting this property will cause the addProperty call to be executed on the bean! So during construction this must be possible.
 

Methods in nl.knowledgeplaza.util.property with parameters of type Property.PropertyBean
 void Property.setBean(Property.PropertyBean value)
           
 Property<T> Property.withBean(Property.PropertyBean value)
           
 

Constructors in nl.knowledgeplaza.util.property with parameters of type Property.PropertyBean
Property(String name, Property.PropertyBean bean)
           
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.