Package org.cyclos.impl.utils.validation
Interface PropertyAccess
-
- All Known Implementing Classes:
BasePropertyAccess,BeanPropertyAccess,CustomFieldPropertyAccess,EntityPropertyAccess,PhonePropertyAccess,ThemeDefinitionAccess
public interface PropertyAccessAn strategy for retrieving properties from objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(Object object)Returns the property value for a given objectObjectgetIdentifier()Returns the identifier for this property accessStringgetPropertyName()Returns the internal name that should be considered the property name or id
-