Class AdminNavigation<I>

  • Type Parameters:
    I - type of the id
    All Implemented Interfaces:
    Serializable

    public class AdminNavigation<I>
    extends Object
    implements Serializable
    administration navigation.
    Author:
    Manfred Tremmel
    See Also:
    Serialized Form
    • Constructor Detail

      • AdminNavigation

        public AdminNavigation()
        default constructor.
      • AdminNavigation

        public AdminNavigation​(I firstId,
                               I previousId,
                               I nextId,
                               I lastId,
                               I currentId)
        constructor initializing fields.
        Parameters:
        firstId - id of the first entry
        previousId - id of the previous entry
        nextId - id of the next entry
        lastId - id of the last entry
        currentId - id of current entry
    • Method Detail

      • getFirstId

        public I getFirstId()
      • setFirstId

        public void setFirstId​(I firstId)
      • getPreviousId

        public I getPreviousId()
      • setPreviousId

        public void setPreviousId​(I previousId)
      • getNextId

        public I getNextId()
      • setNextId

        public void setNextId​(I nextId)
      • getLastId

        public I getLastId()
      • setLastId

        public void setLastId​(I lastId)
      • getCurrentId

        public I getCurrentId()
      • setCurrentId

        public void setCurrentId​(I currentId)