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
Field Summary |
(package private) ChartImage |
chart
|
(package private) java.lang.String |
cid
|
(package private) java.util.Date |
timeout
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cid
java.lang.String cid
chart
ChartImage chart
timeout
java.util.Date timeout
SessionStorageItem
public SessionStorageItem(ChartImage theChart,
java.lang.String theCid,
java.util.Date theTimeout)
SessionStorageItem
public SessionStorageItem()
toString
public java.lang.String toString()
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 2005 null. All Rights Reserved.