Package com.groiss.org
Interface PermissionList
- All Superinterfaces:
KeyValuePair<String,
,String> Persistent
,Serializable
An PermissionList is an aggregation of
Permission
entries.-
Field Summary
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Method Details
-
getName
String getName()Get the name.- Returns:
- the name of the ACL object.
-
setName
Set the name.- Parameters:
name
- of the acl object
-