org.kuali.kfs.sys.batch.service
Class AbstractBatchTransactionalCachingService.PreviousValueReference<T extends org.kuali.rice.kns.bo.BusinessObject>

java.lang.Object
  extended by org.kuali.kfs.sys.batch.service.AbstractBatchTransactionalCachingService.PreviousValueReference<T>
Enclosing class:
AbstractBatchTransactionalCachingService

public class AbstractBatchTransactionalCachingService.PreviousValueReference<T extends org.kuali.rice.kns.bo.BusinessObject>
extends Object


Field Summary
protected  String key
           
protected  T value
           
 
Constructor Summary
AbstractBatchTransactionalCachingService.PreviousValueReference()
           
 
Method Summary
 T getValue()
           
 void update(T value, Object... keys)
           
 void update(T value, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key

value

protected T extends org.kuali.rice.kns.bo.BusinessObject value
Constructor Detail

AbstractBatchTransactionalCachingService.PreviousValueReference

public AbstractBatchTransactionalCachingService.PreviousValueReference()
Method Detail

getValue

public T getValue()

update

public void update(T value,
                   String key)

update

public void update(T value,
                   Object... keys)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.