public abstract class NarrativeEventBase extends KraDocumentEventBase implements NarrativeEvent
ProposalDevelopmentDocument| Modifier | Constructor and Description |
|---|---|
protected |
NarrativeEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document)
Constructs a NarrativeEventBase.
|
protected |
NarrativeEventBase(String description,
String errorPathPrefix,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs a NarrativeEventBase
|
| Modifier and Type | Method and Description |
|---|---|
Narrative |
getNarrative() |
List<Narrative> |
getNarratives() |
protected void |
logEvent()
Logs the event type and some information about the associated accountingLine
|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validateprotected NarrativeEventBase(String description, String errorPathPrefix, ProposalDevelopmentDocument document, Narrative narrative)
description - errorPathPrefix - document - narrative - protected NarrativeEventBase(String description, String errorPathPrefix, ProposalDevelopmentDocument document)
description - errorPathPrefix - document - public Narrative getNarrative()
getNarrative in interface NarrativeEventNarrative that triggered this event.protected void logEvent()
logEvent in class KraDocumentEventBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.