|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.enrollment.courseregistration.dto.RegistrationResponseInfo
public class RegistrationResponseInfo
| 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 |
|---|
public RegistrationResponseInfo()
public RegistrationResponseInfo(RegistrationResponse registrationResponse)
registrationResponse - the RegistrationResponse to copy| Method Detail |
|---|
public String getRegistrationRequestId()
RegistrationResponse
getRegistrationRequestId in interface RegistrationResponsepublic void setRegistrationRequestId(String registrationRequestId)
public Boolean getHasFailed()
RegistrationResponse
getHasFailed in interface RegistrationResponsepublic void setHasFailed(Boolean hasFailed)
public List<String> getMessages()
RegistrationResponse
getMessages in interface RegistrationResponsepublic void setMessagess(List<String> messages)
public List<RegistrationResponseItemInfo> getRegistrationResponseItems()
RegistrationResponse
getRegistrationResponseItems in interface RegistrationResponsepublic void setRegistrationResponseItems(List<RegistrationResponseItemInfo> registrationResponseItems)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||