Last update: 2011-06-23

org.proteios.core
Class Key<D extends KeyData>

java.lang.Object
  extended by org.proteios.core.BasicItem<D>
      extended by org.proteios.core.Key<D>
All Implemented Interfaces:
AccessControlled, Identifiable
Direct Known Subclasses:
ItemKey, ProjectKey, RoleKey

public abstract class Key<D extends KeyData>
extends BasicItem<D>

This is the base class for keys. All functionality is in the subclasses.

Version:
2.0
Author:
Nicklas
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Method Summary
 
Methods inherited from class org.proteios.core.BasicItem
checkPermission, equals, getDbControl, getId, getPermissions, getSessionControl, getVersion, hashCode, hasPermission, isDetached, isInDatabase, isUsed, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.proteios.core.Identifiable
getType
 


Last update: 2011-06-23