public class PropertyAccessFieldImpl extends java.lang.Object implements PropertyAccess
| Constructor and Description |
|---|
PropertyAccessFieldImpl(PropertyAccessStrategyFieldImpl strategy,
java.lang.Class containerJavaType,
java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Getter |
getGetter()
Obtain the delegate for getting values for the described persistent property
|
PropertyAccessStrategy |
getPropertyAccessStrategy()
Access to the PropertyAccessStrategy that created this PropertyAccess
|
Setter |
getSetter()
Obtain the delegate for setting values for the described persistent property
|
public PropertyAccessFieldImpl(PropertyAccessStrategyFieldImpl strategy, java.lang.Class containerJavaType, java.lang.String propertyName)
public PropertyAccessStrategy getPropertyAccessStrategy()
PropertyAccessgetPropertyAccessStrategy in interface PropertyAccesspublic Getter getGetter()
PropertyAccessgetGetter in interface PropertyAccesspublic Setter getSetter()
PropertyAccessgetSetter in interface PropertyAccessCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.