Package de.xima.fc.mdl
Class VirtualRolle
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IDescriptionProviding
,ILockingVersionProviding
,IMandantDependent
,INameProviding
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUUIDEntity
,IVirtualEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.entities.Rolle
ATTR_ALLOW_REST, ATTR_BENUTZER, ATTR_BERECHTIGUNGEN, ATTR_CLIENT_DASHBOARD, ATTR_MODULE, ATTR_PROPERTIES, ATTR_ROLLENTYP, COL_TYPE, COL_UUID
Fields inherited from class de.xima.fc.entities.AClientDependentEntity
COL_CLIENTID, mandant
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.entities.Rolle
addBenutzer, addBerechtigungen, addModul, addModule, getAllowRest, getBenutzer, getBerechtigungen, getBeschreibung, getClientDashboard, getDeletable, getDescription, getId, getModule, getModuleNames, getName, getProperties, getPropertiesModel, getRoleProperty, getRoleProperty, getRollenTyp, getUUID, getUUIDObject, removeBenutzer, removeBerechtigungen, removeModul, removeModule, setAllowRest, setBenutzer, setBerechtigungen, setBeschreibung, setClientDashboard, setDescription, setModule, setModuleNames, setName, setProperties, setPropertiesModel, setRollenTyp, setUUID, setUUIDObject
Methods inherited from class de.xima.fc.entities.AClientDependentEntity
getMandant, setMandant
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, setId, setId
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
setId
-
Constructor Details
-
VirtualRolle
public VirtualRolle()
-
-
Method Details
-
isPersisted
public boolean isPersisted()- Specified by:
isPersisted
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
isPersisted
in classAbstractEntity
-