public class CommitteeDecision extends ProtocolActionBean implements CommitteeDecision<CommitteePerson>
| Constructor and Description |
|---|
CommitteeDecision(ActionHelper actionHelper)
Constructs a CommitteeDecision.
|
getActionHelper, getProtocol, setActionHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActionHelper, getProtocol, setActionHelperpublic CommitteeDecision(ActionHelper actionHelper)
actionHelper - Reference back to the action helper for this beanpublic void init()
init in interface CommitteeDecision<CommitteePerson>public Integer getRecusedCount()
getRecusedCount in interface CommitteeDecision<CommitteePerson>public void setRecusedCount(Integer recusedCount)
setRecusedCount in interface CommitteeDecision<CommitteePerson>public String getMotionTypeCode()
getMotionTypeCode in interface CommitteeDecision<CommitteePerson>public void setMotionTypeCode(String commDecisionMotionTypeCode)
setMotionTypeCode in interface CommitteeDecision<CommitteePerson>public Integer getNoCount()
getNoCount in interface CommitteeDecision<CommitteePerson>public void setNoCount(Integer noCount)
setNoCount in interface CommitteeDecision<CommitteePerson>public Integer getYesCount()
getYesCount in interface CommitteeDecision<CommitteePerson>public void setYesCount(Integer yesCount)
setYesCount in interface CommitteeDecision<CommitteePerson>public Integer getAbstainCount()
getAbstainCount in interface CommitteeDecision<CommitteePerson>public void setAbstainCount(Integer abstainCount)
setAbstainCount in interface CommitteeDecision<CommitteePerson>public String getVotingComments()
getVotingComments in interface CommitteeDecision<CommitteePerson>public void setVotingComments(String votingComments)
setVotingComments in interface CommitteeDecision<CommitteePerson>public CommitteeDecisionMotionType getMotionType()
getMotionType in interface CommitteeDecision<CommitteePerson>public void setMotionType(CommitteeDecisionMotionType motionType)
setMotionType in interface CommitteeDecision<CommitteePerson>public List<CommitteePerson> getAbstainers()
getAbstainers in interface CommitteeDecision<CommitteePerson>public void setAbstainers(List<CommitteePerson> abstainers)
setAbstainers in interface CommitteeDecision<CommitteePerson>public List<CommitteePerson> getAbstainersToDelete()
getAbstainersToDelete in interface CommitteeDecision<CommitteePerson>public List<CommitteePerson> getRecused()
getRecused in interface CommitteeDecision<CommitteePerson>public void setRecused(List<CommitteePerson> recused)
setRecused in interface CommitteeDecision<CommitteePerson>public List<CommitteePerson> getRecusedToDelete()
getRecusedToDelete in interface CommitteeDecision<CommitteePerson>public CommitteePerson getNewAbstainer()
getNewAbstainer in interface CommitteeDecision<CommitteePerson>public void setNewAbstainer(CommitteePerson newAbstainer)
setNewAbstainer in interface CommitteeDecision<CommitteePerson>public CommitteePerson getNewRecused()
getNewRecused in interface CommitteeDecision<CommitteePerson>public void setNewRecused(CommitteePerson newRecused)
setNewRecused in interface CommitteeDecision<CommitteePerson>public int getTotalVoteCount()
getTotalVoteCount in interface CommitteeDecision<CommitteePerson>public ReviewCommentsBean getReviewCommentsBean()
ProtocolOnlineReviewCommentableReviewCommentsBeanBase.getReviewCommentsBean in interface ProtocolOnlineReviewCommentableReviewCommentsBeanBasepublic void setReviewCommentsBean(ReviewCommentsBeanBase reviewCommentsBean)
setReviewCommentsBean in interface CommitteeDecision<CommitteePerson>public ReviewAttachmentsBean getReviewAttachmentsBean()
ProtocolOnlineReviewCommentablegetReviewAttachmentsBean in interface ProtocolOnlineReviewCommentableReviewAttachmentsBeanBasepublic int getYesCountValue()
getYesCountValue in interface CommitteeDecision<CommitteePerson>public int getNoCountValue()
getNoCountValue in interface CommitteeDecision<CommitteePerson>Copyright © 2013 The Kuali Foundation. All Rights Reserved.