Interface Describable

All Known Subinterfaces:
AbstractTypeContract, ActivityTypeContract, AppointmentTypeContract, AwardTypeContract, BudgetCategoryContract, BudgetCategoryMapContract, BudgetCategoryTypeContract, BudgetModularIdcContract, BudgetProjectIncomeContract, CitizenshipTypeContract, CostElementContract, CustomAttributeDataTypeContract, DegreeTypeContract, ExemptionTypeContract, FormulatedTypeContract, InvestigatorCreditTypeContract, NarrativeStatusContract, NarrativeTypeContract, NoticeOfOpportunityContract, OrganizationTypeListContract, ProposalPersonBiographyContract, ProposalStateContract, ProposalTypeContract, PropPerDocTypeContract, QuestionnaireContract, RateClassContract, RateClassTypeContract, RateTypeContract, S2sOverrideContract, S2sProviderContract, S2sRevisionTypeContract, S2sSubmissionTypeContract, S2sUserAttachedFormContract, ScienceKeywordContract, SpecialReviewApprovalTypeContract, SpecialReviewTypeContract, SponsorTypeContract, TrainingStipendRateContract, UnitAdministratorTypeContract, YnqContract, YnqExplanationTypeContract

public interface Describable
Represents an object which has a description.
  • Method Summary

    Modifier and Type
    Method
    Description
    The description for this object.
  • Method Details

    • getDescription

      String getDescription()
      The description for this object. In general a description can be any characters as well as null or blank.
      Returns:
      the description for this object.