@Entity public class ClientPlugin extends APluginEntity<ClientPluginFile,ClientPluginFileData,ClientPluginConfigData> implements IMandantDependent
Modifier and Type | Field and Description |
---|---|
static String |
COL_CLIENTID |
protected ClientPluginFile |
fileEntity |
protected @NotNull Mandant |
mandant |
active, ATTR_ACTIVE, ATTR_REMOTE_SYNC, COL_UUID, description, name, remoteSync, uuid
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_MANDANT, COL_CLIENT_ID
IMPORT_ID, INVALID_ID
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
ATTR_NAME, COL_NAME
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION
Constructor and Description |
---|
ClientPlugin() |
Modifier and Type | Method and Description |
---|---|
ClientPluginFile |
getFileEntity() |
Long |
getId() |
Mandant |
getMandant() |
String |
getScopeKey() |
void |
setFileEntity(ClientPluginFile fileEntity) |
void |
setId(Long id)
!!!
|
void |
setMandant(Mandant mandant) |
getBeschreibung, getName, getRuntimeKey, getUUID, getUUIDObject, isActive, isRemoteSync, setActive, setBeschreibung, setName, setRemoteSync, setUUID, setUUIDObject
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
getDescription
public static final String COL_CLIENTID
@NotNull protected @NotNull Mandant mandant
protected ClientPluginFile fileEntity
public void setId(Long id)
AbstractEntity
Integer.MAX_VALUE
or lower then Integer.MIN_VALUE
will be
altered to null!!!setId
in interface de.xima.cmn.dao.interfaces.IEntity<Long>
setId
in class AbstractEntity
id
- Long
the database-id to setpublic ClientPluginFile getFileEntity()
getFileEntity
in interface IPluginEntity<ClientPluginFile,ClientPluginFileData,ClientPluginConfigData>
public void setFileEntity(ClientPluginFile fileEntity)
public Mandant getMandant()
getMandant
in interface IMandantDependent
public void setMandant(Mandant mandant)
setMandant
in interface IMandantDependent
public String getScopeKey()
getScopeKey
in interface IPluginEntity<ClientPluginFile,ClientPluginFileData,ClientPluginConfigData>
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.