org.shept.org.springframework.web.servlet.mvc.formcache
Class LastModifiedSessionFormCache.WrappedObject

java.lang.Object
  extended by org.shept.org.springframework.web.servlet.mvc.formcache.LastModifiedSessionFormCache.WrappedObject
Enclosing class:
LastModifiedSessionFormCache

public class LastModifiedSessionFormCache.WrappedObject
extends Object


Field Summary
private  String checksum
           
private  Object formObject
           
private  long lastModified
           
 
Constructor Summary
LastModifiedSessionFormCache.WrappedObject()
           
 
Method Summary
 String getChecksum()
           
 Object getFormObject()
           
 long getLastModified()
           
 void setChecksum(String checksum)
           
 void setFormObject(Object formObject)
           
 void setLastModified(long lastModified)
           
 void touchLastModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formObject

private Object formObject

lastModified

private long lastModified

checksum

private String checksum
Constructor Detail

LastModifiedSessionFormCache.WrappedObject

public LastModifiedSessionFormCache.WrappedObject()
Method Detail

getFormObject

public Object getFormObject()
Returns:
the formObject

setFormObject

public void setFormObject(Object formObject)
Parameters:
formObject - the formObject to set

getLastModified

public long getLastModified()
Returns:
the lastModified

setLastModified

public void setLastModified(long lastModified)
Parameters:
lastModified - the lastModified to set

getChecksum

public String getChecksum()
Returns:
the md5

setChecksum

public void setChecksum(String checksum)
Parameters:
checksum - to set

touchLastModified

public void touchLastModified()


Copyright © 2011. All Rights Reserved.