Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. courseWrapper.setLastTerm(courseWrapper.getCourseInfo().getAttributeValue(CurriculumManagementConstants.COURSE_ATTRIBUTE_LAST_TERM_OFFERED));
  2. courseWrapper.setPublicationYear(courseWrapper.getCourseInfo().getAttributeValue(CurriculumManagementConstants.COURSE_ATTRIBUTE_LAST_PUBLICATION_YEAR));
  3. RichTextInfo retirementComment = new RichTextInfo();
  4. retirementComment.setPlain(courseWrapper.getProposalInfo().getAttributeValue(CurriculumManagementConstants.COURSE_ATTRIBUTE_RETIREMENT_RATIONALE));
  5. retirementComment.setFormatted(retirementComment.getPlain());
  6. courseWrapper.setRetirementComment(retirementComment);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement