java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIMenu
All Implemented Interfaces:
Serializable

public class GUIMenu extends Object implements Serializable
Represents a Menu from the GUI view
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • GUIMenu

      public GUIMenu()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAccessControlList

      public List<GUIAccessControlEntry> getAccessControlList()
    • setAccessControlList

      public void setAccessControlList(List<GUIAccessControlEntry> accessControlList)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getRoutineId

      public Long getRoutineId()
    • setRoutineId

      public void setRoutineId(Long routineId)
    • getAutomation

      public String getAutomation()
    • setAutomation

      public void setAutomation(String automation)
    • getPosition

      public int getPosition()
    • setPosition

      public void setPosition(int position)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getParentId

      public long getParentId()
    • setParentId

      public void setParentId(long parentId)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • hashCode

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

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