org.shept.org.springframework.web.servlet.mvc.formcache
Class LastModifiedSessionFormCache.WrappedObject
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.formcache.LastModifiedSessionFormCache.WrappedObject
- Enclosing class:
- LastModifiedSessionFormCache
public class LastModifiedSessionFormCache.WrappedObject
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formObject
private Object formObject
lastModified
private long lastModified
checksum
private String checksum
LastModifiedSessionFormCache.WrappedObject
public LastModifiedSessionFormCache.WrappedObject()
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.