com.pmease.quickbuild.web.chart
Class CachedChart

java.lang.Object
  extended by com.pmease.quickbuild.web.chart.CachedChart

public class CachedChart
extends java.lang.Object


Constructor Summary
CachedChart()
           
 
Method Summary
 byte[] getData()
           
 java.util.Date getTimestamp()
           
 int increaseAccessTimes()
           
 void setData(byte[] data)
           
 void setTimestamp(java.util.Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedChart

public CachedChart()
Method Detail

getData

public byte[] getData()

setData

public void setData(byte[] data)

getTimestamp

public java.util.Date getTimestamp()

setTimestamp

public void setTimestamp(java.util.Date timestamp)

increaseAccessTimes

public int increaseAccessTimes()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.