public interface CommitteeDecision<CP extends CommitteePersonBase> extends ProtocolActionBean, ProtocolOnlineReviewCommentable, Serializable
getActionHelper, getProtocol, setActionHelpergetReviewAttachmentsBean, getReviewCommentsBeanvoid init()
Integer getRecusedCount()
void setRecusedCount(Integer recusedCount)
String getMotionTypeCode()
void setMotionTypeCode(String commDecisionMotionTypeCode)
Integer getNoCount()
void setNoCount(Integer noCount)
Integer getYesCount()
void setYesCount(Integer yesCount)
Integer getAbstainCount()
void setAbstainCount(Integer abstainCount)
String getVotingComments()
void setVotingComments(String votingComments)
CommitteeDecisionMotionType getMotionType()
void setMotionType(CommitteeDecisionMotionType motionType)
CP getNewAbstainer()
void setNewAbstainer(CP newAbstainer)
CP getNewRecused()
void setNewRecused(CP newRecused)
int getTotalVoteCount()
int getYesCountValue()
int getNoCountValue()
void setReviewCommentsBean(ReviewCommentsBeanBase reviewCommentsBean)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.