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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()getName()longintintgetType()inthashCode()booleanvoidsetAccessControlList(List<GUIAccessControlEntry> accessControlList) voidsetAutomation(String automation) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetId(long id) voidvoidsetParentId(long parentId) voidsetPosition(int position) voidsetRoutineId(Long routineId) voidsetType(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
 
 -