|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.model.Status
public final class Status
Status of an authorization request.
Constructor Summary | |
---|---|
Status()
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
StatusCode |
getCode()
Gets the code for this status. |
java.lang.String |
getMessage()
Gets the message associated with this status. |
int |
hashCode()
|
void |
setCode(StatusCode code)
Sets the code for this status. |
void |
setMessage(java.lang.String newMessage)
Sets the message associated with this status. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Status()
Method Detail |
---|
public java.lang.String getMessage()
public void setMessage(java.lang.String newMessage)
newMessage
- message associated with this statuspublic StatusCode getCode()
public void setCode(StatusCode code)
code
- code for this statuspublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |