com.clickntap.smart
Class SmartCacheItem

java.lang.Object
  extended by com.clickntap.smart.SmartCacheItem
All Implemented Interfaces:
Serializable

public class SmartCacheItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SmartCacheItem()
           
 
Method Summary
 void copyTo(OutputStream out)
           
 String getContentType()
           
 byte[] getData()
           
 long getLastModified()
           
 void setContentType(String contentType)
           
 void setData(byte[] data)
           
 void setLastModified(long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartCacheItem

public SmartCacheItem()
Method Detail

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getLastModified

public long getLastModified()

setLastModified

public void setLastModified(long lastModified)

getData

public byte[] getData()

setData

public void setData(byte[] data)

copyTo

public void copyTo(OutputStream out)
            throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.