public abstract class AwardFandaRateEvent extends KraDocumentEventBase
AwardFandaRate business object.| Modifier | Constructor and Description |
|---|---|
protected |
AwardFandaRateEvent(String description,
String errorPathPrefix,
AwardDocument document,
AwardFandaRate awardFandaRate)
Constructs a AwardFandaRateEventBase.java.
|
| Modifier and Type | Method and Description |
|---|---|
AwardFandaRate |
getAwardFandaRate() |
protected void |
logEvent()
Logs the event type and some information about the associated special review
|
void |
validate() |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toStringprotected AwardFandaRateEvent(String description, String errorPathPrefix, AwardDocument document, AwardFandaRate awardFandaRate)
description - errorPathPrefix - document - awardFandaRate - public AwardFandaRate getAwardFandaRate()
AwardFandaRate that triggered this event.public void validate()
validate in interface org.kuali.rice.krad.rules.rule.event.KualiDocumentEventvalidate in class org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBaseorg.kuali.core.rule.event.KualiDocumentEvent#validate()protected void logEvent()
logEvent in class KraDocumentEventBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.