org.kuali.student.enrollment.courseregistration.dto
Class RegistrationResponseInfo

java.lang.Object
  extended by org.kuali.student.enrollment.courseregistration.dto.RegistrationResponseInfo
All Implemented Interfaces:
Serializable, RegistrationResponse

public class RegistrationResponseInfo
extends Object
implements RegistrationResponse, Serializable

See Also:
Serialized Form

Constructor Summary
RegistrationResponseInfo()
          Constructs a new RegistrationResponseInfo.
RegistrationResponseInfo(RegistrationResponse registrationResponse)
          Constructs a new RegistrationResponseInfo from another RegistrationResponse.
 
Method Summary
 Boolean getHasFailed()
          The registration submission error status.
 List<String> getMessages()
          The registration submission messages.
 String getRegistrationRequestId()
          The Registration Request Id.
 List<RegistrationResponseItemInfo> getRegistrationResponseItems()
          The individual registration response items.
 void setHasFailed(Boolean hasFailed)
           
 void setMessagess(List<String> messages)
           
 void setRegistrationRequestId(String registrationRequestId)
           
 void setRegistrationResponseItems(List<RegistrationResponseItemInfo> registrationResponseItems)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationResponseInfo

public RegistrationResponseInfo()
Constructs a new RegistrationResponseInfo.


RegistrationResponseInfo

public RegistrationResponseInfo(RegistrationResponse registrationResponse)
Constructs a new RegistrationResponseInfo from another RegistrationResponse.

Parameters:
registrationResponse - the RegistrationResponse to copy
Method Detail

getRegistrationRequestId

public String getRegistrationRequestId()
Description copied from interface: RegistrationResponse
The Registration Request Id.

Specified by:
getRegistrationRequestId in interface RegistrationResponse

setRegistrationRequestId

public void setRegistrationRequestId(String registrationRequestId)

getHasFailed

public Boolean getHasFailed()
Description copied from interface: RegistrationResponse
The registration submission error status. If false, the registration was successful resulting in a CourseRegistration or a Waitlist entry. If the registration submission failed, and no CourseRegistrations or Waitlist entries resulted from the transaction.

Specified by:
getHasFailed in interface RegistrationResponse

setHasFailed

public void setHasFailed(Boolean hasFailed)

getMessages

public List<String> getMessages()
Description copied from interface: RegistrationResponse
The registration submission messages. Returns a list of status messages, typically in failure, from a registration submission.

Specified by:
getMessages in interface RegistrationResponse

setMessagess

public void setMessagess(List<String> messages)

getRegistrationResponseItems

public List<RegistrationResponseItemInfo> getRegistrationResponseItems()
Description copied from interface: RegistrationResponse
The individual registration response items.

Specified by:
getRegistrationResponseItems in interface RegistrationResponse

setRegistrationResponseItems

public void setRegistrationResponseItems(List<RegistrationResponseItemInfo> registrationResponseItems)


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