at.newmedialab.ldclient.model
Class CacheEntry

java.lang.Object
  extended by at.newmedialab.ldclient.model.CacheEntry
All Implemented Interfaces:
Serializable

public class CacheEntry
extends Object
implements Serializable

The cache entry for a URI resource managed by the Linked Data Cache. Contains maintenance information about the resource, i.e. when it has been retrieved last, when to retrieve it next, etc.

User: sschaffe

See Also:
Serialized Form

Constructor Summary
CacheEntry()
           
 
Method Summary
 Date getExpiryDate()
           
 Date getLastRetrieved()
           
 org.openrdf.model.URI getResource()
           
 Long getUpdateCount()
           
 void setExpiryDate(Date expiryDate)
           
 void setLastRetrieved(Date lastRetrieved)
           
 void setResource(org.openrdf.model.URI resource)
           
 void setUpdateCount(Long updateCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheEntry

public CacheEntry()
Method Detail

getResource

public org.openrdf.model.URI getResource()

setResource

public void setResource(org.openrdf.model.URI resource)

getLastRetrieved

public Date getLastRetrieved()

setLastRetrieved

public void setLastRetrieved(Date lastRetrieved)

getExpiryDate

public Date getExpiryDate()

setExpiryDate

public void setExpiryDate(Date expiryDate)

getUpdateCount

public Long getUpdateCount()

setUpdateCount

public void setUpdateCount(Long updateCount)


Copyright © 2012-2013 Salzburg Research. All Rights Reserved.