Package org.kuali.coeus.sys.api.model
Interface Named
-
- All Known Subinterfaces:
CountryContract,CustomAttributeContract,ProposalPersonBiographyContract,QuestionCategoryContract,QuestionnaireContract,QuestionTypeContract,StateContract
public interface NamedRepresents an object which has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name for this object.
-
-
-
Method Detail
-
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.
-
-