Package org.kuali.coeus.sys.api.model
Interface Named
- All Known Subinterfaces:
CountryContract,CustomAttributeContract,ProposalPersonBiographyContract,QuestionCategoryContract,QuestionnaireContract,QuestionTypeContract,StateContract
public interface Named
Represents an object which has a name.
-
Method Summary
-
Method Details
-
getName
String getName()The name for this object. In general a name can be alpha numeric characters and is generally not null or blank.- Returns:
- the name for this object.
-