com.groiss.org
Interface PermissionList

All Superinterfaces:
Persistent

public interface PermissionList
extends Persistent


Method Summary
 java.lang.String getName()
          Get the name.
 void setName(java.lang.String name)
          set the name
 
Methods inherited from interface com.groiss.store.Persistent
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore
 

Method Detail

getName

java.lang.String getName()
Get the name.

Returns:
the name of the ACL object.

setName

void setName(java.lang.String name)
set the name

Parameters:
name - of the acl object


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.