|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Permission
A Permission object.
Method Summary | |
---|---|
java.lang.String |
getDesc()
Retrieves the permission description. |
java.lang.String |
getName()
Retrieves the permission name. |
java.lang.String |
getOid()
Retrieves the permission identifier. |
java.lang.String |
getResourceTypeId()
Retrieves the permission name resource type identifier. |
boolean |
isDefault()
Determines whether this permission is a default permission for the associated resource type. |
void |
setDefaultStatus(boolean isDefault)
Sets whether this permission is a default permission for the associated resource type. |
void |
setDesc(java.lang.String desc)
Sets the permission description. |
void |
setName(java.lang.String localizedPermissionName)
Sets the permission name. |
void |
setOid(java.lang.String oid)
Sets the permission identifier. |
void |
setResourceTypeId(java.lang.String resTypeId)
Sets the permission name resource type identifier. |
Method Detail |
---|
java.lang.String getOid()
void setOid(java.lang.String oid)
oid
- The permission identifier.java.lang.String getName()
PERM_DOC_CREATE
is a permission name.
void setName(java.lang.String localizedPermissionName)
localizedPermissionName
- The permission name.java.lang.String getResourceTypeId()
void setResourceTypeId(java.lang.String resTypeId)
resTypeId
- The permission name resource type identifier.java.lang.String getDesc()
void setDesc(java.lang.String desc)
desc
- The permission description.boolean isDefault()
true
if this permission is a default permission for the associated resource type, false
otherwise.void setDefaultStatus(boolean isDefault)
isDefault
- true
if this permission is a default permission for the associated resource type, false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |