Package org.kuali.coeus.sys.api.model
Interface Coded
- All Known Subinterfaces:
AbstractTypeContract,ActivityTypeContract,AppointmentTypeContract,BudgetCategoryContract,BudgetCategoryTypeContract,CountryContract,CustomAttributeDataTypeContract,DegreeTypeContract,ExemptionTypeContract,FormulatedTypeContract,InvestigatorCreditTypeContract,JobCodeContract,NarrativeStatusContract,NarrativeTypeContract,NoticeOfOpportunityContract,ProposalStateContract,ProposalTypeContract,PropPerDocTypeContract,RateClassContract,RateClassTypeContract,S2sProviderContract,S2sRevisionTypeContract,S2sSubmissionTypeContract,ScienceKeywordContract,SpecialReviewApprovalTypeContract,SpecialReviewTypeContract,SponsorTypeContract,StateContract,UnitAdministratorTypeContract
public interface Coded
Represents an object which has a code value.
-
Method Summary
-
Method Details
-
getCode
String getCode()The code value for this object. In general a code value cannot be null or a blank string.- Returns:
- the code value for this object.
-