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 Rolle
ATTR_ALLOW_REST, ATTR_BENUTZER, ATTR_BERECHTIGUNGEN, ATTR_CLIENT_DASHBOARD, ATTR_MODULE, ATTR_PROPERTIES, ATTR_ROLLENTYP, COL_TYPE, COL_UUIDFields inherited from class AClientDependentEntity
COL_CLIENTID, mandantFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_IDFields inherited from interface IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, NULLABLE_UUID_TYPE, TYPE_NAME_UUID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, setUUIDObjectMethods inherited from class AClientDependentEntity
getMandant, setMandantMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
setId
-
Constructor Details
-
VirtualRolle
public VirtualRolle()
-
-
Method Details
-
isPersisted
public boolean isPersisted()- Specified by:
isPersistedin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
isPersistedin classAbstractEntity
-