org.kuali.student.contract.model.test.source
Class StatusInfo

java.lang.Object
  extended by 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

Nested Class Summary
static class StatusInfo.Builder
           
 
Field Summary
private  List<Element> _futureElements
           
private  String message
           
private static long serialVersionUID
           
private  Boolean success
           
 
Constructor Summary
private StatusInfo()
           
private StatusInfo(Status builder)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

success

private final Boolean success

message

private final String message

_futureElements

private final List<Element> _futureElements
Constructor Detail

StatusInfo

private StatusInfo()

StatusInfo

private StatusInfo(Status builder)
Method Detail

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 © 2007-2012 The Kuali Foundation. All Rights Reserved.