Class CometScript.FrontRowLink
- java.lang.Object
-
- com.priint.pubserver.comet.entity.statement.CometScript.FrontRowLink
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometScript
public static class CometScript.FrontRowLink extends java.lang.Object implements java.io.SerializableThe Class FrontRowLink.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometScript.FrontRowLink.ResourceIconThe Enum ResourceIcon.
-
Constructor Summary
Constructors Constructor Description FrontRowLink()Instantiates a new front row link.FrontRowLink(java.lang.String label)Instantiates a new front row link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIconId()Gets the icon id.java.lang.StringgetLabel()Gets the label.CometScript.FrontRowLink.ResourceIcongetResourceIcon()Gets the resource icon.java.lang.StringgetTip()Gets the tip.voidsetLabel(java.lang.String label)Sets the label.voidsetResourceIcon(CometScript.FrontRowLink.ResourceIcon resourceIcon)Sets the resource icon.voidsetTip(java.lang.String tip)Sets the tip.
-
-
-
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
-
getResourceIcon
public CometScript.FrontRowLink.ResourceIcon getResourceIcon()
Gets the resource icon.- Returns:
- the resource icon
-
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
-
setResourceIcon
public void setResourceIcon(CometScript.FrontRowLink.ResourceIcon resourceIcon)
Sets the resource icon.- Parameters:
resourceIcon- the new resource icon
-
setTip
public void setTip(java.lang.String tip)
Sets the tip.- Parameters:
tip- the new tip
-
-