Package de.xima.fc.entities
Class SystemPlugin
- 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
,INameProviding
,IPluginEntity<SystemPluginFile,SystemPluginFileData,SystemPluginConfigData>
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUUIDEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class SystemPlugin extends APluginEntity<SystemPluginFile,SystemPluginFileData,SystemPluginConfigData>
Entity for system-wide plugins- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SystemPluginFile
fileEntity
-
Fields inherited from class de.xima.fc.entities.APluginEntity
active, ATTR_ACTIVE, ATTR_REMOTE_SYNC, COL_UUID, description, name, remoteSync, uuid
-
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.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 Constructor Description SystemPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemPluginFile
getFileEntity()
Long
getId()
String
getScopeKey()
void
setFileEntity(SystemPluginFile fileEntity)
void
setId(Long id)
!!!-
Methods inherited from class de.xima.fc.entities.APluginEntity
getBeschreibung, getName, getRuntimeKey, getUUID, getUUIDObject, isActive, isRemoteSync, setActive, setBeschreibung, setName, setRemoteSync, setUUID, setUUIDObject
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, 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.fc.entities.interfaces.IDescriptionProviding
getDescription
-
-
-
-
Field Detail
-
fileEntity
protected SystemPluginFile fileEntity
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
Description copied from class:AbstractEntity
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!- Specified by:
setId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
setId
in classAbstractEntity
- Parameters:
id
-Long
the database-id to set
-
getFileEntity
public SystemPluginFile getFileEntity()
-
setFileEntity
public void setFileEntity(SystemPluginFile fileEntity)
-
getScopeKey
public String getScopeKey()
-
-