@Entity public class MandantRessource extends AClientDependentEntity implements IFileProviding<MandantRessourceDatei,MandantRessourceDateiData>, IDescriptionProviding, INameProviding, IUUIDEntity
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_MANDNAT |
static String |
COL_UUID |
COL_CLIENTID, mandant
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_DATEI, ATTR_FILE
IMPORT_ID, INVALID_ID
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION
ATTR_NAME, COL_NAME
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
ATTR_MANDANT, COL_CLIENT_ID
Constructor and Description |
---|
MandantRessource() |
Modifier and Type | Method and Description |
---|---|
String |
getBeschreibung() |
MandantRessourceDatei |
getFileEntity() |
Long |
getId() |
String |
getName() |
String |
getUUID() |
UUID |
getUUIDObject() |
void |
setBeschreibung(String beschreibung) |
void |
setFileEntity(MandantRessourceDatei fileEntity) |
void |
setId(Long id)
!!!
|
void |
setName(String name) |
void |
setUUID(String uuid) |
void |
setUUIDObject(UUID uuid) |
getMandant, setMandant
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDatei, setDatei
compareTo
getDescription
public static final String ATTR_MANDNAT
public static final String COL_UUID
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 String getUUID()
getUUID
in interface IUUIDEntity
Mandant
, Projekt
, ...public void setUUID(String uuid)
setUUID
in interface IUUIDEntity
public UUID getUUIDObject()
getUUIDObject
in interface IUUIDEntity
public void setUUIDObject(UUID uuid)
public MandantRessourceDatei getFileEntity()
getFileEntity
in interface IFileProviding<MandantRessourceDatei,MandantRessourceDateiData>
public void setFileEntity(MandantRessourceDatei fileEntity)
setFileEntity
in interface IFileProviding<MandantRessourceDatei,MandantRessourceDateiData>
public void setName(String name)
public String getName()
getName
in interface INameProviding
public String getBeschreibung()
getBeschreibung
in interface IDescriptionProviding
public void setBeschreibung(String beschreibung)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.