org.kuali.student.r2.common.dto
Class BulkStatusInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.BulkStatusInfo
All Implemented Interfaces:
Serializable, BulkStatus

public class BulkStatusInfo
extends Object
implements BulkStatus, Serializable

Information about the state of an object

Author:
nwright
See Also:
Serialized Form

Constructor Summary
BulkStatusInfo()
           
BulkStatusInfo(BulkStatus bulkStatus)
           
 
Method Summary
 String getId()
          Optional id of the created object
 Boolean getIsSuccess()
          Indicates the success or failure of the operation.
 String getMessage()
          Optional message indicating a reason.
 void setId(String id)
           
 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

BulkStatusInfo

public BulkStatusInfo()

BulkStatusInfo

public BulkStatusInfo(BulkStatus bulkStatus)
Method Detail

getId

public String getId()
Description copied from interface: BulkStatus
Optional id of the created object

Specified by:
getId in interface BulkStatus

setId

public void setId(String id)

getIsSuccess

public Boolean getIsSuccess()
Description copied from interface: BulkStatus
Indicates the success or failure of the operation.

Specified by:
getIsSuccess in interface BulkStatus

setSuccess

public void setSuccess(Boolean success)

getMessage

public String getMessage()
Description copied from interface: BulkStatus
Optional message indicating a reason.

Specified by:
getMessage in interface BulkStatus

setMessage

public void setMessage(String message)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.