|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.r2.common.dto.StatusInfo
public class StatusInfo
Information about the state of an object
| Constructor Summary | |
|---|---|
StatusInfo()
Constructs a new StatusInfo. |
|
StatusInfo(Status status)
Constructs a new StatusInfo from another Status. |
|
| Method Summary | |
|---|---|
Boolean |
getIsSuccess()
Indicates the success or failure of the operation. |
String |
getMessage()
Optional message indicating a reason. |
void |
setMessage(String message)
|
void |
setSuccess(Boolean success)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusInfo()
public StatusInfo(Status status)
status - the Status to copy| Method Detail |
|---|
public Boolean getIsSuccess()
Status
getIsSuccess in interface Statuspublic void setSuccess(Boolean success)
public String getMessage()
Status
getMessage in interface Statuspublic void setMessage(String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||