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_UUIDFields inherited from class de.xima.fc.entities.AClientDependentEntity
COL_CLIENTID, mandantFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.fc.entities.interfaces.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 de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_IDFields 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, setUUIDObjectMethods inherited from class de.xima.fc.entities.AClientDependentEntity
getMandant, setMandantMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.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
-