Modifier and Type |
Method and Description |
void |
addGroup(Group item)
Add the given Group item to the groups .
|
void |
addRole(Role item)
Add the given Role item to the roles .
|
void |
clearGroups()
Clear the groups collection.
|
void |
clearRoles()
Clear the roles collection.
|
boolean |
equals(Object obj) |
MetaAction |
getAction() |
Set<Group> |
getGroups() |
Boolean |
getHidden() |
String |
getIcon() |
String |
getIconBackground() |
Long |
getId() |
Boolean |
getLeft() |
String |
getLink() |
Boolean |
getMobile() |
String |
getModule() |
String |
getName() |
Integer |
getOrder() |
MetaMenu |
getParent() |
Integer |
getPriority() |
Set<Role> |
getRoles() |
String |
getTag() |
Boolean |
getTagCount() |
String |
getTagGet() |
String |
getTagStyle() |
String |
getTitle() |
Boolean |
getTop() |
User |
getUser() |
String |
getXmlId() |
int |
hashCode() |
void |
removeGroup(Group item)
Remove the given Group item from the groups .
|
void |
removeRole(Role item)
Remove the given Role item from the roles .
|
void |
setAction(MetaAction action) |
void |
setGroups(Set<Group> groups) |
void |
setHidden(Boolean hidden) |
void |
setIcon(String icon) |
void |
setIconBackground(String iconBackground) |
void |
setId(Long id) |
void |
setLeft(Boolean left) |
void |
setLink(String link) |
void |
setMobile(Boolean mobile) |
void |
setModule(String module) |
void |
setName(String name) |
void |
setOrder(Integer order) |
void |
setParent(MetaMenu parent) |
void |
setPriority(Integer priority) |
void |
setRoles(Set<Role> roles) |
void |
setTag(String tag) |
void |
setTagCount(Boolean tagCount) |
void |
setTagGet(String tagGet) |
void |
setTagStyle(String tagStyle) |
void |
setTitle(String title) |
void |
setTop(Boolean top) |
void |
setUser(User user) |
void |
setXmlId(String xmlId) |
String |
toString() |