public class DisapproveProtocolOnlineReviewCommentEvent extends KraDocumentEventBase
| Constructor and Description |
|---|
DisapproveProtocolOnlineReviewCommentEvent(ProtocolOnlineReviewDocumentBase document,
String disapprovalReason,
String disapprovalNoteText,
int reasonMaxLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
String |
getNoteText() |
String |
getReason() |
Class<DisapproveOnlineReviewCommentRule> |
getRuleInterfaceClass() |
boolean |
invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule) |
protected void |
logEvent()
Logs the event type and some information about the associated accountingLine
|
void |
setMaxLength(int maxLength) |
void |
setNoteText(String noteText) |
void |
setReason(String reason) |
public DisapproveProtocolOnlineReviewCommentEvent(ProtocolOnlineReviewDocumentBase document, String disapprovalReason, String disapprovalNoteText, int reasonMaxLength)
protected void logEvent()
logEvent in class KraDocumentEventBasepublic Class<DisapproveOnlineReviewCommentRule> getRuleInterfaceClass()
public boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
public String getReason()
public void setReason(String reason)
public String getNoteText()
public void setNoteText(String noteText)
public int getMaxLength()
public void setMaxLength(int maxLength)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.