Class CometScript.FrontRowLink

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CometScript

    public static class CometScript.FrontRowLink
    extends java.lang.Object
    implements java.io.Serializable
    The Class FrontRowLink.
    See Also:
    Serialized Form
    • Constructor Detail

      • FrontRowLink

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

        public FrontRowLink​(java.lang.String label)
        Instantiates a new front row link.
        Parameters:
        label - the label
    • Method Detail

      • getIconId

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

        public java.lang.String getLabel()
        Gets the label.
        Returns:
        the label
      • getTip

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

        public void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the new label
      • setTip

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