de.laures.cewolf.storage
Class SessionStorageItem
java.lang.Object
de.laures.cewolf.storage.SessionStorageItem
public class SessionStorageItem
- extends java.lang.Object
- Author:
- brianf
To change the template for this generated type comment go to Window -
Preferences - Java - Code Generation - Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SessionStorageItem
public SessionStorageItem(ChartImage theChart,
java.lang.String theCid,
java.util.Date theTimeout)
SessionStorageItem
public SessionStorageItem()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
isExpired
public final boolean isExpired(java.util.Date currentTime)
getChart
public ChartImage getChart()
- Returns:
- Returns the chart.
setChart
public void setChart(ChartImage chart)
- Parameters:
chart
- The chart to set.
getCid
public java.lang.String getCid()
- Returns:
- Returns the cid.
setCid
public void setCid(java.lang.String cid)
- Parameters:
cid
- The cid to set.
getTimeout
public java.util.Date getTimeout()
- Returns:
- Returns the timeout.
setTimeout
public void setTimeout(java.util.Date timeout)
- Parameters:
timeout
- The timeout to set.
Copyright © {inceptionYear}-2008 null. All Rights Reserved.