|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.fridaymvc.security.accesscontroller.AbstractPermission
| Field Summary | |
protected int |
mask
|
protected java.lang.String |
name
|
| Constructor Summary | |
AbstractPermission()
|
|
| Method Summary | |
int |
getMask()
|
java.lang.String |
getName()
|
void |
setMask(int mask)
|
void |
setName(java.lang.String permissionName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
protected int mask
| Constructor Detail |
public AbstractPermission()
| Method Detail |
public java.lang.String getName()
getName in interface Permissionpublic void setName(java.lang.String permissionName)
setName in interface Permissionpublic int getMask()
getMask in interface Permissionpublic void setMask(int mask)
setMask in interface Permissionmask - The mask to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||