Package org.cyclos.impl.utils.validation
Class BasePropertyAccess
- java.lang.Object
-
- org.cyclos.impl.utils.validation.BasePropertyAccess
-
- All Implemented Interfaces:
PropertyAccess
- Direct Known Subclasses:
BeanPropertyAccess,EntityPropertyAccess,SimplePropertyAccess,ThemeDefinitionAccess
public abstract class BasePropertyAccess extends Object implements PropertyAccess
Base implementation forPropertyAccessclasses, assuming thegetIdentifier()is thePropertyAccess.getPropertyName()by default
-
-
Constructor Summary
Constructors Constructor Description BasePropertyAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetIdentifier()Returns the identifier for this property accessStringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.utils.validation.PropertyAccess
get, getPropertyName, getValidationIdentifier
-
-
-
-
Method Detail
-
getIdentifier
public Object getIdentifier()
Description copied from interface:PropertyAccessReturns the identifier for this property access- Specified by:
getIdentifierin interfacePropertyAccess
-
-