Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.pictures.tiles.restlets
Class PictureTilesCachedEntry

java.lang.Object
  extended by org.nuxeo.ecm.platform.pictures.tiles.restlets.PictureTilesCachedEntry

public class PictureTilesCachedEntry
extends Object

Wraps a cache entry for the Restlets.

Author:
tiry

Constructor Summary
PictureTilesCachedEntry(Calendar modified, PictureTilesAdapter adapter, String xpath)
           
 
Method Summary
 PictureTilesAdapter getAdapter()
           
 Calendar getModified()
           
 long getTimeStamp()
           
 String getXpath()
           
 void setAdapter(PictureTilesAdapter adapter)
           
 void setModified(Calendar modified)
           
 void setTimeStamp(long timeStamp)
           
 void setXpath(String xpath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictureTilesCachedEntry

public PictureTilesCachedEntry(Calendar modified,
                               PictureTilesAdapter adapter,
                               String xpath)
Method Detail

getModified

public Calendar getModified()

setModified

public void setModified(Calendar modified)

getAdapter

public PictureTilesAdapter getAdapter()

setAdapter

public void setAdapter(PictureTilesAdapter adapter)

getTimeStamp

public long getTimeStamp()

setTimeStamp

public void setTimeStamp(long timeStamp)

getXpath

public String getXpath()

setXpath

public void setXpath(String xpath)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.