public class IacucProtocolNotifyCommitteeBean extends IacucProtocolActionBean implements ProtocolNotifyCommitteeBean
| Constructor and Description |
|---|
IacucProtocolNotifyCommitteeBean(ActionHelperBase actionHelper)
Constructs a ProtocolNotifyCommitteeBean.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getActionDate() |
String |
getComment() |
String |
getCommitteeId() |
String |
getCommitteeName() |
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 IacucProtocolNotifyCommitteeBean(ActionHelperBase 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 ProtocolNotifyCommitteeBeanCopyright © 2013 The Kuali Foundation. All Rights Reserved.