public class ProtocolGenericActionBean extends ProtocolActionBean implements ProtocolGenericActionBean
| Constructor and Description |
|---|
ProtocolGenericActionBean(ActionHelper actionHelper,
String errorPropertyKey)
Constructs a ProtocolGenericActionBean.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getActionDate() |
String |
getComments() |
String |
getErrorPropertyKey() |
ReviewAttachmentsBean |
getReviewAttachmentsBean()
This method is to get the review attachment bean for OLR
|
ReviewCommentsBean |
getReviewCommentsBean()
Gets the
ReviewCommentsBeanBase. |
void |
setActionDate(Date actionDate) |
void |
setComments(String comments) |
void |
setReviewAttachmentsBean(ReviewAttachmentsBeanBase reviewAttachmentsBean) |
getActionHelper, getProtocol, setActionHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionHelper, getProtocol, setActionHelperpublic ProtocolGenericActionBean(ActionHelper actionHelper, String errorPropertyKey)
actionHelper - Reference back to the action helper for this beanpublic String getComments()
getComments in interface ProtocolGenericActionBeanpublic void setComments(String comments)
setComments in interface ProtocolGenericActionBeanpublic Date getActionDate()
getActionDate in interface ProtocolGenericActionBeanpublic void setActionDate(Date actionDate)
setActionDate in interface ProtocolGenericActionBeanpublic String getErrorPropertyKey()
getErrorPropertyKey in interface ProtocolGenericActionBeanpublic ReviewCommentsBean getReviewCommentsBean()
ProtocolOnlineReviewCommentableReviewCommentsBeanBase.getReviewCommentsBean in interface ProtocolOnlineReviewCommentableReviewCommentsBeanBasepublic ReviewAttachmentsBean getReviewAttachmentsBean()
ProtocolOnlineReviewCommentablegetReviewAttachmentsBean in interface ProtocolOnlineReviewCommentableReviewAttachmentsBeanBasepublic void setReviewAttachmentsBean(ReviewAttachmentsBeanBase reviewAttachmentsBean)
setReviewAttachmentsBean in interface ProtocolGenericActionBeanCopyright © 2013 The Kuali Foundation. All Rights Reserved.