Class CmsExternalLinkInfoBean

All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, I_CmsHasIconClasses, I_CmsHasTitle, I_CmsHasType

Provides information about an external link.

  • Constructor Details

  • Method Details

    • getLink

      public String getLink()
      Returns the link.

      Returns:
      the link
    • getSitePath

      public String getSitePath()
      Returns the site path.

      Returns:
      the site path
    • setLink

      public void setLink(String link)
      Sets the link.

      Parameters:
      link - the link to set
    • setSitePath

      public void setSitePath(String sitePath)
      Sets the site path.

      Parameters:
      sitePath - the site path to set