public class ProtocolNotifyCommitteeBean extends ProtocolActionBean implements ProtocolNotifyCommitteeBean
| Constructor and Description |
|---|
ProtocolNotifyCommitteeBean(ActionHelper actionHelper)
Constructs a ProtocolNotifyCommitteeBean.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getActionDate() |
String |
getComment() |
String |
getCommitteeId() |
String |
getCommitteeName() |
void |
prepareView()
Prepare the notify committee bean for rendering with JSP.
|
void |
setActionDate(Date actionDate) |
void |
setComment(String comment) |
void |
setCommittee(CommitteeBase committee) |
getActionHelper, getProtocol, setActionHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionHelper, getProtocol, setActionHelperpublic ProtocolNotifyCommitteeBean(ActionHelper actionHelper)
actionHelper - Reference back to the action helper for this beanpublic String getComment()
getComment in interface ProtocolNotifyCommitteeBeanpublic void setComment(String comment)
setComment in interface ProtocolNotifyCommitteeBeanpublic String getCommitteeId()
getCommitteeId in interface ProtocolNotifyCommitteeBeanpublic String getCommitteeName()
getCommitteeName in interface ProtocolNotifyCommitteeBeanpublic void setCommittee(CommitteeBase committee)
setCommittee in interface ProtocolNotifyCommitteeBeanpublic Date getActionDate()
getActionDate in interface ProtocolNotifyCommitteeBeanpublic void setActionDate(Date actionDate)
setActionDate in interface ProtocolNotifyCommitteeBeanpublic void prepareView()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.