Interface NaturalLanguageTemplateAttributeContract
- All Superinterfaces:
BaseAttributeContract,Identifiable,Versioned
- All Known Implementing Classes:
NaturalLanguageTemplateAttribute,NaturalLanguageTemplateAttribute.Builder
Defines the contract for a
NaturalLanguageTemplateAttribute.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThis is the NaturalLanguageTemplateId of the NaturalLanguageTemplateAttributeMethods inherited from interface org.kuali.rice.krms.api.repository.BaseAttributeContract
getAttributeDefinition, getAttributeDefinitionId, getValueMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getNaturalLanguageTemplateId
String getNaturalLanguageTemplateId()This is the NaturalLanguageTemplateId of the NaturalLanguageTemplateAttributeThe NaturalLanguageTemplateId of the NaturalLanguageTemplateAttribute
- Returns:
- the NaturalLanguageTemplateId of the NaturalLanguageTemplateAttribute
-