Package org.kuali.coeus.sys.api.model
Interface IdentifiableNumeric
-
- All Known Subinterfaces:
AnswerContract,AnswerHeaderContract,BudgetSubAwardAttachmentContract,BudgetSubAwardPeriodDetailContract,CongressionalDistrictContract,CustomAttributeContract,CustomAttributeDocumentContract,CustomAttributeDocValueContract,ProposalCfdaContract,ProposalSpecialReviewAttachmentContract,ProposalSpecialReviewContract,ProposalSpecialReviewExemptionContract,QuestionCategoryContract,QuestionContract,QuestionExplanationContract,QuestionnaireContract,QuestionnaireQuestionContract,QuestionnaireUsageContract,QuestionTypeContract,S2sAppAttachmentsContract,S2sUserAttachedFormAttContract,S2sUserAttachedFormContract,S2sUserAttachedFormFileContract,TrainingStipendRateContract
public interface IdentifiableNumericThis interface can be used to identify an object which has a unique identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetId()The unique identifier for an object.
-
-
-
Method Detail
-
getId
Long getId()
The unique identifier for an object. This can be null unless the object has not been given an id yet.- Returns:
- the id
-
-