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 TypeMethodDescriptionlong
getId()
getName()
long
int
GUIRight[]
int
getType()
boolean
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
void
setRoutineId
(Long routineId) void
setSecurityRef
(Long securityRef) void
setType
(int type)
-
Constructor Details
-
GUIMenu
public GUIMenu()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getRights
-
setRights
-
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) -
getSecurityRef
-
setSecurityRef
-
getType
public int getType() -
setType
public void setType(int type)
-