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 CodedRepresents an object which has a code value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()The code value for this object.
-
-
-
Method Detail
-
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.
-
-