Class GUIMenu
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIMenu
- All Implemented Interfaces:
Serializable
Represents a Menu from the GUI view
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getId()
getName()
long
int
int
getType()
int
hashCode()
boolean
void
setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
setAutomation
(String automation) void
setDescription
(String description) void
setEnabled
(boolean enabled) void
setId
(long id) void
void
setParentId
(long parentId) void
setPosition
(int position) void
setRoutineId
(Long routineId) void
setType
(int type)
-
Constructor Details
-
GUIMenu
public GUIMenu()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getAccessControlList
-
setAccessControlList
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getRoutineId
-
setRoutineId
-
getAutomation
-
setAutomation
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getDescription
-
setDescription
-
getParentId
public long getParentId() -
setParentId
public void setParentId(long parentId) -
getType
public int getType() -
setType
public void setType(int type) -
hashCode
public int hashCode() -
equals
-