public class MenuGroup extends Object
Modifier and Type | Method and Description |
---|---|
MenuGroup |
clone() |
boolean |
equals(Object obj) |
int |
getDelete() |
long |
getGroupId() |
int |
getManageSecurity() |
int |
getPermissions()
Parsing each permission and creates the integer representation
|
int |
getRename() |
int |
getWrite() |
int |
hashCode() |
void |
setDelete(int delete) |
void |
setGroupId(long groupId) |
void |
setManageSecurity(int manageSecurity) |
void |
setPermissions(int permissions)
Set each permission evaluating the given integer representation.
|
void |
setRename(int rename) |
void |
setWrite(int write) |
public int getManageSecurity()
public void setManageSecurity(int manageSecurity)
public int getDelete()
public void setDelete(int delete)
public int getRename()
public void setRename(int rename)
public long getGroupId()
public int getWrite()
public void setGroupId(long groupId)
public void setWrite(int write)
public int getPermissions()
public void setPermissions(int permissions)
permissions
- mask(the last slot is for the 'read'
permission and it is not evaluated)Copyright © 2008-2014 Logical Objects. All Rights Reserved.