|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 copyMethod Detail |
---|
public String getRegistrationRequestId()
RegistrationResponse
getRegistrationRequestId
in interface RegistrationResponse
public void setRegistrationRequestId(String registrationRequestId)
public Boolean getHasFailed()
RegistrationResponse
getHasFailed
in interface RegistrationResponse
public void setHasFailed(Boolean hasFailed)
public List<String> getMessages()
RegistrationResponse
getMessages
in interface RegistrationResponse
public void setMessagess(List<String> messages)
public List<RegistrationResponseItemInfo> getRegistrationResponseItems()
RegistrationResponse
getRegistrationResponseItems
in interface RegistrationResponse
public void setRegistrationResponseItems(List<RegistrationResponseItemInfo> registrationResponseItems)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |