Klasse SecurityEntityImpl
java.lang.Object
org.apache.fulcrum.security.entity.impl.SecurityEntityImpl
- Alle implementierten Schnittstellen:
- Serializable,- SecurityEntity
- Bekannte direkte Unterklassen:
- AbstractTurbineSecurityEntityImpl,- BasicGroupImpl,- BasicUserImpl,- DynamicPermissionImpl,- DynamicRoleImpl,- TurbinePermissionImpl
Base class for all objects implementing SecurityEnitity. This class
 automatically lowercases the name. So the permission "EDIT" will equal "eDit"
 and "edit";
- Version:
- $Id$
- Autor:
- Eric Pugh
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungbooleanCheck if this object is equal to anothergetId()Get the Id of the SecurityEntity.getName()Get the Name of the SecurityEntity.inthashCode()Calculate a hash code for this objectvoidSets the Id of the SecurityEntity.voidPass in the name for this entity.toString()
- 
Konstruktordetails- 
SecurityEntityImplpublic SecurityEntityImpl()
 
- 
- 
Methodendetails- 
getIdBeschreibung aus Schnittstelle kopiert:SecurityEntityGet the Id of the SecurityEntity.- Angegeben von:
- getIdin Schnittstelle- SecurityEntity
- Gibt zurück:
- object id
 
- 
setIdBeschreibung aus Schnittstelle kopiert:SecurityEntitySets the Id of the SecurityEntity.- Angegeben von:
- setIdin Schnittstelle- SecurityEntity
- Parameter:
- id- the object id
 
- 
getNameBeschreibung aus Schnittstelle kopiert:SecurityEntityGet the Name of the SecurityEntity.- Angegeben von:
- getNamein Schnittstelle- SecurityEntity
- Gibt zurück:
- object name
 
- 
setNamePass in the name for this entity. Also lowercases it.- Angegeben von:
- setNamein Schnittstelle- SecurityEntity
- Parameter:
- name- name of entity
- Löst aus:
- IllegalArgumentException- must provide a name
 
- 
toString
- 
equalsCheck if this object is equal to another
- 
hashCodepublic int hashCode()Calculate a hash code for this object
 
-