static IBeanSetProperty |
BeanProperties.set(Class beanClass,
String propertyName) |
Deprecated.
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
BeanProperties.set(Class beanClass,
String propertyName,
Class elementType) |
Deprecated.
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
BeanProperties.set(String propertyName) |
Deprecated.
Returns a set property for the given property name of an arbitrary bean
class.
|
static IBeanSetProperty |
BeanProperties.set(String propertyName,
Class elementType) |
Deprecated.
Returns a set property for the given property name of an arbitrary bean
class.
|
<E> IBeanSetProperty<S,E> |
IBeanValueProperty.set(String propertyName) |
Returns a master-detail combination of this property and the specified
set property.
|
<E> IBeanSetProperty<S,E> |
IBeanValueProperty.set(String propertyName,
Class<E> elementType) |
Returns a master-detail combination of this property and the specified
set property.
|
<E> IBeanSetProperty<S,E> |
IBeanValueProperty.set(IBeanSetProperty<? super T,E> property) |
Returns a master-detail combination of this property and the specified
set property.
|
static IBeanSetProperty |
PojoProperties.set(Class beanClass,
String propertyName) |
Deprecated.
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
PojoProperties.set(Class beanClass,
String propertyName,
Class elementType) |
Deprecated.
Returns a set property for the given property name of the given bean
class.
|
static IBeanSetProperty |
PojoProperties.set(String propertyName) |
Deprecated.
Returns a set property for the given property name of an arbitrary bean
class.
|
static IBeanSetProperty |
PojoProperties.set(String propertyName,
Class elementType) |
Deprecated.
Returns a set property for the given property name of an arbitrary bean
class.
|