java.lang.Object
com.aquima.interactions.framework.container.navigationmenu.v1.model.MenuItem
All Implemented Interfaces:
Serializable

public class MenuItem extends Object implements Serializable
See Also:
  • Constructor Details

    • MenuItem

      public MenuItem(NodeID nodeId, String flowName)
  • Method Details

    • getLabel

      public IMultilingualText getLabel()
    • setLabel

      public void setLabel(IMultilingualText label)
    • getNodeId

      public String getNodeId()
    • addCondition

      public void addCondition(String condition)
    • getCondition

      public String getCondition()
    • getFlowName

      public String getFlowName()
    • getPageName

      public String getPageName()
    • setPageName

      public void setPageName(String pageName)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object