Interface Sortable

All Known Subinterfaces:
BudgetCategoryTypeContract, RateClassTypeContract, S2sSubmissionTypeContract, SpecialReviewTypeContract

public interface Sortable
Represents an object which is sortable by sortId.
  • Method Summary

    Modifier and Type
    Method
    Description
    The sort id for this object.
  • 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.