|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.purl.sword.client.Status
public class Status
Representation of the status code and message.
| Constructor Summary | |
|---|---|
Status(int code,
String message)
Create a new status message. |
|
| Method Summary | |
|---|---|
int |
getCode()
Retrieve the code. |
String |
getMessage()
Get the message. |
String |
toString()
Get a string representation of the status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Status(int code,
String message)
code - The code.message - The message.| Method Detail |
|---|
public int getCode()
public String getMessage()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||