Interface Named

All Known Subinterfaces:
CountryContract, CustomAttributeContract, ProposalPersonBiographyContract, QuestionCategoryContract, QuestionnaireContract, QuestionTypeContract, StateContract

public interface Named
Represents an object which has a name.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name for this object.
  • 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.