net.sf.fikin.pojostate.decorate
Class DynamicDecorator

java.lang.Object
  extended by net.sf.fikin.pojostate.decorate.AbstractDecorator
      extended by net.sf.fikin.pojostate.decorate.DynamicDecorator
All Implemented Interfaces:
Decorator

public class DynamicDecorator
extends AbstractDecorator

Implements key indicators with execute-for-each-read logic.

This is useful when POJO values will change upon each read. created on Mar 1, 2007

Since:
Version:
$Revision: 1.1 $
Author:
fiykov
See Also:
DynamicState

Constructor Summary
DynamicDecorator()
           
 
Method Summary
protected  StatePrototype newState()
          instantiate new class metadata object
 
Methods inherited from class net.sf.fikin.pojostate.decorate.AbstractDecorator
cacheState, createState, decorate, decorate, decorate, decorateObject, decorateObject, getCachedState, getCacheKey, getSelector, getStateFormat, setSelector, setStateFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicDecorator

public DynamicDecorator()
Method Detail

newState

protected StatePrototype newState()
Description copied from class: AbstractDecorator
instantiate new class metadata object

Specified by:
newState in class AbstractDecorator
Returns:
instantiate new DynamicState object


Copyright © 2005 Nikolay Fiykov. All Rights Reserved.