Class AdminResult<I,​T extends org.springframework.data.domain.Persistable<? extends I>>

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

    public class AdminResult<I,​T extends org.springframework.data.domain.Persistable<? extends I>>
    extends Object
    implements Serializable
    administration result.
    Author:
    Manfred Tremmel
    See Also:
    Serialized Form
    • Constructor Detail

      • AdminResult

        public AdminResult()
        default constructor.
      • AdminResult

        public AdminResult​(I firstId,
                           I previousId,
                           I nextId,
                           I lastId,
                           T entry)
        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
        entry - current entry
    • Method Detail

      • getEntry

        public T getEntry()
      • setEntry

        public void setEntry​(T entry)