public class LearningPlanReviewRequestInfo extends Object implements LearningPlanReviewRequest
Constructor and Description |
---|
LearningPlanReviewRequestInfo() |
Modifier and Type | Method and Description |
---|---|
ConversationAdvisor |
getAdvisor()
Get the advisor
|
RichText |
getFirstCommentToAdvisor()
Get the first comment to post to a conversation related to the review.
|
String |
getOriginalLearningPlanId()
Get the ID of the original learning plan.
|
List<LearningPlanReviewTerm> |
getReviewTerms()
Get the review terms involved in the review.
|
String |
getTopic()
Get the topic of the conversation for the review
|
List<String> |
getUnassignedCourseIds()
Get the IDs of additional courses to include in the review.
|
void |
setAdvisor(ConversationAdvisor advisor) |
void |
setFirstCommentToAdvisor(RichText firstCommentToAdvisor) |
void |
setOriginalLearningPlanId(String originalLearningPlanId) |
void |
setReviewTerms(List<LearningPlanReviewTerm> reviewTerms) |
void |
setTopic(String topic) |
void |
setUnassignedCourseIds(List<String> unassignedCourseIds) |
public LearningPlanReviewRequestInfo()
public String getOriginalLearningPlanId()
LearningPlanReviewRequest
getOriginalLearningPlanId
in interface LearningPlanReviewRequest
public RichText getFirstCommentToAdvisor()
LearningPlanReviewRequest
getFirstCommentToAdvisor
in interface LearningPlanReviewRequest
public List<String> getUnassignedCourseIds()
LearningPlanReviewRequest
These courses must correspond to wishlist plan items in the original learning plan.
getUnassignedCourseIds
in interface LearningPlanReviewRequest
public List<LearningPlanReviewTerm> getReviewTerms()
LearningPlanReviewRequest
getReviewTerms
in interface LearningPlanReviewRequest
public void setOriginalLearningPlanId(String originalLearningPlanId)
public void setFirstCommentToAdvisor(RichText firstCommentToAdvisor)
public void setUnassignedCourseIds(List<String> unassignedCourseIds)
public void setReviewTerms(List<LearningPlanReviewTerm> reviewTerms)
public String getTopic()
LearningPlanReviewRequest
getTopic
in interface LearningPlanReviewRequest
public ConversationAdvisor getAdvisor()
LearningPlanReviewRequest
getAdvisor
in interface LearningPlanReviewRequest
public void setAdvisor(ConversationAdvisor advisor)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.