Package org.kuali.coeus.sys.api.model
Interface Sortable
- All Known Subinterfaces:
BudgetCategoryTypeContract,RateClassTypeContract,S2sSubmissionTypeContract,SpecialReviewTypeContract
public interface Sortable
Represents an object which is sortable by sortId.
-
Method Summary
-
Method Details
-
getSortId
Integer getSortId()The sort id for this object. In general a sort id is optional but if set is usually either one or two numbers or letters.- Returns:
- the sort id for this object.
-