|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.services.urlmanager.URLInfo
This is a simple URL information record which can be used to track URL resources status in a persistent way.
The url String used to initialize it MUST be interned, to ensure that if two such urls are "equal()", they will be also "=="
Method Summary | |
java.lang.String |
getMessage()
Get the message |
int |
getStatus()
Get the status |
java.lang.String |
getURL()
Get the url. |
void |
setMessage(java.lang.String message)
Set the message |
void |
setStatus(int status)
Set the status |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getURL()
public int getStatus()
public void setStatus(int status)
status
- the status for this urlpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the message for this url
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |