public class AwardTemplateSyncEvent extends KraDocumentEventBase
| Constructor and Description |
|---|
AwardTemplateSyncEvent(String description,
String errorPathPrefix,
org.kuali.rice.krad.document.Document document) |
| Modifier and Type | Method and Description |
|---|---|
Award |
getAward()
Gets the award attribute.
|
String |
getListPropertyName()
Gets the listPropertyName attribute.
|
Class |
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 |
setAward(Award award)
Sets the award attribute value.
|
void |
setListPropertyName(String listPropertyName)
Sets the listPropertyName attribute value.
|
protected void logEvent()
KraDocumentEventBaselogEvent in class KraDocumentEventBasepublic Class getRuleInterfaceClass()
public boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
public Award getAward()
public void setAward(Award award)
award - The award to set.public String getListPropertyName()
public void setListPropertyName(String listPropertyName)
listPropertyName - The listPropertyName to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.