|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webhydra.slug.process.ProcessStatus
public class ProcessStatus
Process status
| Constructor Summary | |
|---|---|
ProcessStatus(Status status)
Creates a new instance of ProcessStatus without message |
|
ProcessStatus(Status status,
java.lang.String message)
Creates a new instance of ProcessStatus |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Getter for property message. |
Status |
getStatus()
Getter for property status. |
boolean |
hasMessage()
Check if there is a message associated to this instance |
void |
setMessage(java.lang.String message)
Setter for property message. |
void |
setStatus(Status status)
Setter for property status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessStatus(Status status)
status - process status
public ProcessStatus(Status status,
java.lang.String message)
status - process statusmessage - Message from the process| Method Detail |
|---|
public Status getStatus()
public void setStatus(Status status)
status - New value of property status.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - New value of property message.public boolean hasMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||