public class IacucProtocolAssignToAgendaBean extends IacucProtocolGenericActionBean implements ProtocolAssignToAgendaBean
| Constructor and Description |
|---|
IacucProtocolAssignToAgendaBean(IacucActionHelper actionHelper)
Constructs a ProtocolAssignToAgendaBean.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitteeId() |
String |
getCommitteName() |
Printable |
getCorrespondence()
This method returns the appropriate printable for this class
|
String |
getScheduleDate() |
boolean |
isProtocolAssigned() |
void |
prepareView()
Prepare the Assign to Committee and Schedule for rendering with JSP.
|
void |
setCommitteeId(String committeeId) |
void |
setCommitteName(String committeName) |
void |
setProtocolAssigned(boolean protocolAssigned) |
void |
setScheduleDate(String scheduleDate) |
getActionDate, getComments, getErrorPropertyKey, getReviewAttachmentsBean, getReviewCommentsBean, setActionDate, setComments, setReviewAttachmentsBeangetActionHelper, getProtocol, setActionHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionDate, getComments, getErrorPropertyKey, setActionDate, setComments, setReviewAttachmentsBeangetActionHelper, getProtocol, setActionHelpergetReviewAttachmentsBean, getReviewCommentsBeanpublic IacucProtocolAssignToAgendaBean(IacucActionHelper actionHelper)
actionHelper - a reference back to the parent helperpublic void setCommitteeId(String committeeId)
setCommitteeId in interface ProtocolAssignToAgendaBeanpublic void setCommitteName(String committeName)
setCommitteName in interface ProtocolAssignToAgendaBeanpublic void setScheduleDate(String scheduleDate)
setScheduleDate in interface ProtocolAssignToAgendaBeanpublic void setProtocolAssigned(boolean protocolAssigned)
setProtocolAssigned in interface ProtocolAssignToAgendaBeanpublic String getCommitteeId()
getCommitteeId in interface ProtocolAssignToAgendaBeanpublic String getCommitteName()
getCommitteName in interface ProtocolAssignToAgendaBeanpublic String getScheduleDate()
getScheduleDate in interface ProtocolAssignToAgendaBeanpublic boolean isProtocolAssigned()
isProtocolAssigned in interface ProtocolAssignToAgendaBeanpublic void prepareView()
prepareView in interface ProtocolAssignToAgendaBeanpublic Printable getCorrespondence()
getCorrespondence in interface ProtocolAssignToAgendaBeanCopyright © 2013 The Kuali Foundation. All Rights Reserved.