|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 copyMethod Detail |
---|
public Boolean getIsSuccess()
Status
getIsSuccess
in interface Status
public void setSuccess(Boolean success)
public String getMessage()
Status
getMessage
in interface Status
public void setMessage(String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |