public class RejectProtocolOnlineReviewCommentEvent extends KraDocumentEventBase
| Constructor and Description |
|---|
RejectProtocolOnlineReviewCommentEvent(ProtocolOnlineReviewDocumentBase document,
String rejectReason,
int reasonMaxLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
String |
getReason() |
Class<RejectOnlineReviewCommentRule> |
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 |
setReason(String reason) |
public RejectProtocolOnlineReviewCommentEvent(ProtocolOnlineReviewDocumentBase document, String rejectReason, int reasonMaxLength)
protected void logEvent()
logEvent in class KraDocumentEventBasepublic Class<RejectOnlineReviewCommentRule> getRuleInterfaceClass()
public boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
public String getReason()
public void setReason(String reason)
public int getMaxLength()
public void setMaxLength(int maxLength)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.