Package org.kuali.coeus.sys.api.model
Interface Sortable
-
- All Known Subinterfaces:
BudgetCategoryTypeContract,RateClassTypeContract,S2sSubmissionTypeContract,SpecialReviewTypeContract
public interface SortableRepresents an object which is sortable by sortId.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetSortId()The sort id for this object.
-
-
-
Method Detail
-
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.
-
-