Interface NarrativeContract
-
- All Superinterfaces:
HierarchicalProposal,NumberedProposal
public interface NarrativeContract extends HierarchicalProposal, NumberedProposal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComments()StringgetContactName()StringgetEmailAddress()IntegergetModuleNumber()IntegergetModuleSequenceNumber()StringgetModuleTitle()NarrativeAttachmentContractgetNarrativeAttachment()NarrativeStatusContractgetNarrativeStatus()NarrativeTypeContractgetNarrativeType()List<? extends NarrativeUserRightsContract>getNarrativeUserRights()StringgetPhoneNumber()-
Methods inherited from interface org.kuali.coeus.propdev.api.hierarchy.HierarchicalProposal
getHierarchyProposalNumber, isHiddenInHierarchy
-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
-
-
-
Method Detail
-
getModuleNumber
Integer getModuleNumber()
-
getComments
String getComments()
-
getContactName
String getContactName()
-
getEmailAddress
String getEmailAddress()
-
getModuleSequenceNumber
Integer getModuleSequenceNumber()
-
getModuleTitle
String getModuleTitle()
-
getPhoneNumber
String getPhoneNumber()
-
getNarrativeType
NarrativeTypeContract getNarrativeType()
-
getNarrativeStatus
NarrativeStatusContract getNarrativeStatus()
-
getNarrativeUserRights
List<? extends NarrativeUserRightsContract> getNarrativeUserRights()
-
getNarrativeAttachment
NarrativeAttachmentContract getNarrativeAttachment()
-
-