public class PictureTilesCachedEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected PictureTilesAdapter |
adapter |
protected Calendar |
modified |
protected long |
timeStamp |
protected String |
xpath |
Constructor and Description |
---|
PictureTilesCachedEntry(Calendar modified,
PictureTilesAdapter adapter,
String xpath) |
Modifier and Type | Method and Description |
---|---|
PictureTilesAdapter |
getAdapter() |
Calendar |
getModified() |
long |
getTimeStamp() |
String |
getXpath() |
void |
setAdapter(PictureTilesAdapter adapter) |
void |
setModified(Calendar modified) |
void |
setTimeStamp(long timeStamp) |
void |
setXpath(String xpath) |
protected PictureTilesAdapter adapter
protected long timeStamp
public PictureTilesCachedEntry(Calendar modified, PictureTilesAdapter adapter, String xpath)
public Calendar getModified()
public void setModified(Calendar modified)
public PictureTilesAdapter getAdapter()
public void setAdapter(PictureTilesAdapter adapter)
public long getTimeStamp()
public void setTimeStamp(long timeStamp)
Copyright © 2016 Nuxeo SA. All rights reserved.