Package 

Class HyperlinkDatum

    • Method Detail

      • getUrl

         final String getUrl()

        The url specification of the hyperlink, it is usually normalized, and can contain load arguments.

      • getText

         final String getText()

        A hyperlink should have a text, so the default value is an empty string

      • getOrder

         final Integer getOrder()

        The link order, e.g., the order in which the link appears on the referrer page.

      • getReferrer

         final String getReferrer()

        A hyperlink might have a referrer, so the default value is null

      • getArgs

         final String getArgs()

        The load argument, can be parsed into a LoadOptions

      • getHref

         final String getHref()

        The hypertext reference, It defines the address of the document, which this time is linked from

      • setHref

         final Unit setHref(String href)

        The hypertext reference, It defines the address of the document, which this time is linked from