public class NarrativeTask extends Task
| Constructor and Description |
|---|
NarrativeTask(String taskName,
ProposalDevelopmentDocument document,
Narrative narrative)
Constructs a NarrativeTask.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
getDocument()
Get the Proposal Development Document.
|
Narrative |
getNarrative()
Get the Narrative.
|
getGenericTaskName, getGroupName, getTaskName, toStringpublic NarrativeTask(String taskName, ProposalDevelopmentDocument document, Narrative narrative)
taskName - the name of the taskdocument - the Proposal Development Documentnarrative - the narrativepublic ProposalDevelopmentDocument getDocument()
public Narrative getNarrative()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.