org.omnaest.utils.beans.adapter.source
Class SourcePropertyAccessorDecorator

java.lang.Object
  extended by org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator
All Implemented Interfaces:
Serializable, SourcePropertyAccessor
Direct Known Subclasses:
SourcePropertyAccessorDecoratorAdapter, SourcePropertyAccessorDecoratorDefaultValue, SourcePropertyAccessorDecoratorPropertyAccessOption, SourcePropertyAccessorDecoratorPropertyNameTemplate

public abstract class SourcePropertyAccessorDecorator
extends Object
implements SourcePropertyAccessor

Decorator for SourcePropertyAccessor

Author:
Omnaest
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor
SourcePropertyAccessor.PropertyMetaInformation
 
Field Summary
protected  SourcePropertyAccessor sourcePropertyAccessor
           
 
Constructor Summary
SourcePropertyAccessorDecorator()
           
SourcePropertyAccessorDecorator(SourcePropertyAccessor sourcePropertyAccessor)
           
 
Method Summary
 SourcePropertyAccessorDecorator setPropertyAccessorDecorator(SourcePropertyAccessor sourcePropertyAccessor)
          Sets the decorated SourcePropertyAccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor
getValue, setValue
 

Field Detail

sourcePropertyAccessor

protected SourcePropertyAccessor sourcePropertyAccessor
Constructor Detail

SourcePropertyAccessorDecorator

public SourcePropertyAccessorDecorator()

SourcePropertyAccessorDecorator

public SourcePropertyAccessorDecorator(SourcePropertyAccessor sourcePropertyAccessor)
Parameters:
sourcePropertyAccessor -
Method Detail

setPropertyAccessorDecorator

public SourcePropertyAccessorDecorator setPropertyAccessorDecorator(SourcePropertyAccessor sourcePropertyAccessor)
Sets the decorated SourcePropertyAccessor

Parameters:
sourcePropertyAccessor -
Returns:
this


Copyright © 2013. All Rights Reserved.