|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Caching.BufferEntry
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 |
public BufferEntry()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getUrl()
public java.util.Date getModified()
public java.util.Date getRetrieved()
public java.util.Date getExpired()
public java.lang.String getFolder()
public boolean setUrl(java.lang.String url)
public boolean setModified(java.util.Date modified)
public boolean setExpired(java.util.Date expired)
public boolean setRetrieved(java.util.Date retrieved)
public boolean setFolder(java.lang.String infolder)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |