Class PagingLink


  • public class PagingLink
    extends java.lang.Object
    A link in the presentation of paging.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Summary

      Constructors 
      Constructor Description
      PagingLink​(java.lang.String aCaption)
      Constructor for PagingLink.
      PagingLink​(java.lang.String aLink, java.lang.String aCaption)
      Constructor for PagingLink.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCaption()
      Getter for the field caption.
      java.lang.String getLink()
      Getter for the field link.
      boolean isLinked()
      isLinked.
      void setCaption​(java.lang.String caption)
      Setter for the field caption.
      void setLink​(java.lang.String link)
      Setter for the field link.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PagingLink

        public PagingLink​(java.lang.String aLink,
                          java.lang.String aCaption)

        Constructor for PagingLink.

        Parameters:
        aLink - a String object.
        aCaption - a String object.
      • PagingLink

        public PagingLink​(java.lang.String aCaption)

        Constructor for PagingLink.

        Parameters:
        aCaption - a String object.
    • Method Detail

      • getCaption

        public java.lang.String getCaption()

        Getter for the field caption.

        Returns:
        a String object.
      • setCaption

        public void setCaption​(java.lang.String caption)

        Setter for the field caption.

        Parameters:
        caption - a String object.
      • getLink

        public java.lang.String getLink()

        Getter for the field link.

        Returns:
        a String object.
      • setLink

        public void setLink​(java.lang.String link)

        Setter for the field link.

        Parameters:
        link - a String object.
      • isLinked

        public boolean isLinked()

        isLinked.

        Returns:
        a boolean.