Class CometScript.FrontRowLink

java.lang.Object
com.priint.pubserver.comet.entity.statement.CometScript.FrontRowLink
All Implemented Interfaces:
Serializable
Enclosing class:
CometScript

public static class CometScript.FrontRowLink extends Object implements Serializable
The Class FrontRowLink.
See Also:
  • Constructor Details

    • FrontRowLink

      public FrontRowLink()
      Instantiates a new front row link.
    • FrontRowLink

      public FrontRowLink(String label)
      Instantiates a new front row link.
      Parameters:
      label - the label
  • Method Details

    • getIconId

      public int getIconId()
      Gets the icon id.
      Returns:
      the icon id
    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • getResourceIcon

      public CometScript.FrontRowLink.ResourceIcon getResourceIcon()
      Gets the resource icon.
      Returns:
      the resource icon
    • getTip

      public String getTip()
      Gets the tip.
      Returns:
      the tip
    • setLabel

      public void setLabel(String label)
      Sets the label.
      Parameters:
      label - the new label
    • setResourceIcon

      public void setResourceIcon(CometScript.FrontRowLink.ResourceIcon resourceIcon)
      Sets the resource icon.
      Parameters:
      resourceIcon - the new resource icon
    • setTip

      public void setTip(String tip)
      Sets the tip.
      Parameters:
      tip - the new tip