public abstract class IacucProtocolSubmissionBeanBase extends IacucProtocolActionBean implements ProtocolSubmissionBeanBase
| Constructor and Description |
|---|
IacucProtocolSubmissionBeanBase(IacucActionHelper actionHelper) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolActionAttachment> |
getActionAttachments() |
List<AnswerHeader> |
getAnswerHeaders() |
String |
getCommitteeId() |
ProtocolActionAttachment |
getNewActionAttachment() |
void |
setActionAttachments(List<ProtocolActionAttachment> actionAttachments) |
void |
setAnswerHeaders(List<AnswerHeader> answerHeaders) |
void |
setCommitteeId(String committeeId) |
void |
setNewActionAttachment(ProtocolActionAttachment newActionAttachment) |
getActionHelper, getProtocol, setActionHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionHelper, getProtocol, setActionHelperpublic IacucProtocolSubmissionBeanBase(IacucActionHelper actionHelper)
public String getCommitteeId()
getCommitteeId in interface ProtocolSubmissionBeanBasepublic void setCommitteeId(String committeeId)
setCommitteeId in interface ProtocolSubmissionBeanBasepublic ProtocolActionAttachment getNewActionAttachment()
getNewActionAttachment in interface ProtocolSubmissionBeanBasepublic void setNewActionAttachment(ProtocolActionAttachment newActionAttachment)
setNewActionAttachment in interface ProtocolSubmissionBeanBasepublic List<ProtocolActionAttachment> getActionAttachments()
getActionAttachments in interface ProtocolSubmissionBeanBasepublic void setActionAttachments(List<ProtocolActionAttachment> actionAttachments)
setActionAttachments in interface ProtocolSubmissionBeanBasepublic List<AnswerHeader> getAnswerHeaders()
public void setAnswerHeaders(List<AnswerHeader> answerHeaders)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.