Interface NarrativeTypeContract
-
- All Superinterfaces:
Coded,Describable
public interface NarrativeTypeContract extends Coded, Describable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNarrativeTypeGroup()booleanisAllowMultiple()booleanisSystemGenerated()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescription
-
-
-
-
Method Detail
-
isAllowMultiple
boolean isAllowMultiple()
-
isSystemGenerated
boolean isSystemGenerated()
-
getNarrativeTypeGroup
String getNarrativeTypeGroup()
-
-