Caching
Class BufferEntry

java.lang.Object
  |
  +--Caching.BufferEntry

public class BufferEntry
extends java.lang.Object


Constructor Summary
BufferEntry()
           
 
Method Summary
 java.lang.Object clone()
          Make a copy of this object.
 java.util.Date getExpired()
          Get the date when the url will expire
 java.lang.String getFolder()
          Get the folder where this url is located
 java.util.Date getModified()
          Get the date when the url was last modified on the server
 java.util.Date getRetrieved()
          Get the date when the url was retrieved by someone or yourself
 java.lang.String getUrl()
          Get the contents of the URL field
 boolean setExpired(java.util.Date expired)
          Set the field when the URL will expire
 boolean setFolder(java.lang.String infolder)
          Set the folder where this link will reside
 boolean setModified(java.util.Date modified)
          Set the field indicating when the URL was last modified
 boolean setRetrieved(java.util.Date retrieved)
          Set the field when the URL was retrieved
 boolean setUrl(java.lang.String url)
          Set the URL field of this object
 java.lang.String toString()
          Overwrote the toString method speciically for this class
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferEntry

public BufferEntry()
Method Detail

toString

public java.lang.String toString()
Overwrote the toString method speciically for this class
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
Make a copy of this object.
Overrides:
clone in class java.lang.Object

getUrl

public java.lang.String getUrl()
Get the contents of the URL field

getModified

public java.util.Date getModified()
Get the date when the url was last modified on the server

getRetrieved

public java.util.Date getRetrieved()
Get the date when the url was retrieved by someone or yourself

getExpired

public java.util.Date getExpired()
Get the date when the url will expire

getFolder

public java.lang.String getFolder()
Get the folder where this url is located

setUrl

public boolean setUrl(java.lang.String url)
Set the URL field of this object

setModified

public boolean setModified(java.util.Date modified)
Set the field indicating when the URL was last modified

setExpired

public boolean setExpired(java.util.Date expired)
Set the field when the URL will expire

setRetrieved

public boolean setRetrieved(java.util.Date retrieved)
Set the field when the URL was retrieved

setFolder

public boolean setFolder(java.lang.String infolder)
Set the folder where this link will reside