Interface Orderable


  • public interface Orderable
    An Object that has an order.
    Since:
    2.4.0
    • Method Detail

      • setOrder

        void setOrder​(int order)
        Sets the order of this object.
        Parameters:
        order - the order that should have this object
      • getOrder

        int getOrder()
        Gets the order of this object.
        Returns:
        the order of this object