Package com.axelor.meta.db
Class MetaActionMenu
java.lang.Object
com.axelor.db.Model
com.axelor.auth.db.AuditableModel
com.axelor.meta.db.MetaActionMenu
This object stores the actions menu.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Category name to group action menus.getId()
getName()
getOrder()
getTitle()
getXmlId()
int
hashCode()
void
setAction
(MetaAction action) void
setCategory
(String category) void
void
void
void
void
void
setParent
(MetaActionMenu parent) void
setPriority
(Integer priority) void
void
toString()
Methods inherited from class com.axelor.auth.db.AuditableModel
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn
Methods inherited from class com.axelor.db.Model
getArchived, getCid, getVersion, isSelected, setArchived, setCid, setSelected, setVersion
-
Constructor Details
-
MetaActionMenu
public MetaActionMenu() -
MetaActionMenu
-
-
Method Details
-
getId
-
setId
-
getPriority
-
setPriority
-
getOrder
-
setOrder
-
getXmlId
-
setXmlId
-
getName
-
setName
-
getTitle
-
setTitle
-
getCategory
Category name to group action menus.- Returns:
- the property value
-
setCategory
-
getModule
-
setModule
-
getHidden
-
setHidden
-
getParent
-
setParent
-
getAction
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-