org.kuali.student.contract.model.test.source
Class StatusInfo
java.lang.Object
  
org.kuali.student.contract.model.test.source.StatusInfo
- All Implemented Interfaces: 
 - Serializable, Status
 
public class StatusInfo
- extends Object
- implements Status, Serializable
  
Information about the state of an object
- Author:
 
  - nwright
 
- See Also:
 - Serialized Form
 
 
| 
Method Summary | 
 String | 
getMessage()
 
          Name: Message
 Optional message indicating a reason | 
 Boolean | 
isSuccess()
 
          Name: Success Indicator
 Indicates the success or failure of the operation | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
isSuccess
public Boolean isSuccess()
- Description copied from interface: 
Status 
- Name: Success Indicator
 Indicates the success or failure of the operation
- Specified by:
 isSuccess in interface Status
 
 
 
getMessage
public String getMessage()
- Description copied from interface: 
Status 
- Name: Message
 Optional message indicating a reason
- Specified by:
 getMessage in interface Status
 
 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.