@Entity public class ProjektRessource extends ALockableEntity implements IFileProviding<ProjektRessourceDatei,ProjektRessourceDateiData>, IProjektDependent, INameProviding, IDescriptionProviding, IUUIDEntity, IMandantDependent
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_MANDANT
Deprecated.
will be removed, use
getProjekt() and AbstractMandantDependentEntity.getMandant() |
static String |
COL_UUID |
COL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_DATEI, ATTR_FILEATTR_PROJEKTATTR_NAME, COL_NAMEATTR_BESCHREIBUNG, ATTR_DESCRIPTIONATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUIDCOL_CLIENT_IDIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
ProjektRessource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeschreibung() |
ProjektRessourceDatei |
getFileEntity() |
Long |
getId() |
Mandant |
getMandant()
Deprecated.
will be removed, use
getProjekt() and AbstractMandantDependentEntity.getMandant() |
String |
getName() |
Projekt |
getProjekt() |
String |
getUUID() |
UUID |
getUUIDObject() |
void |
setBeschreibung(String beschreibung) |
void |
setFileEntity(ProjektRessourceDatei fileEntity) |
void |
setId(Long id)
!!!
|
void |
setMandant(Mandant mandant)
Deprecated.
will be removed, use
getProjekt() and AbstractMandantDependentEntity.getMandant() |
void |
setName(String name) |
void |
setProjekt(Projekt projekt) |
void |
setUUID(String uuid) |
void |
setUUIDObject(UUID uuid) |
entityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDatei, setDateigetDescriptioncompareTopublic static final String COL_UUID
@Deprecated public static final String ATTR_MANDANT
getProjekt() and AbstractMandantDependentEntity.getMandant()public void setId(Long id)
AbstractEntityInteger.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 AbstractEntityid - Long the database-id to setpublic String getUUID()
getUUID in interface IUUIDEntityMandant, Projekt, ...public void setUUID(String uuid)
setUUID in interface IUUIDEntitypublic UUID getUUIDObject()
getUUIDObject in interface IUUIDEntitypublic void setUUIDObject(UUID uuid)
public ProjektRessourceDatei getFileEntity()
getFileEntity in interface IFileProviding<ProjektRessourceDatei,ProjektRessourceDateiData>public void setFileEntity(ProjektRessourceDatei fileEntity)
setFileEntity in interface IFileProviding<ProjektRessourceDatei,ProjektRessourceDateiData>public Projekt getProjekt()
getProjekt in interface IProjektDependentpublic void setProjekt(Projekt projekt)
setProjekt in interface IProjektDependentpublic void setName(String name)
public String getName()
getName in interface INameProvidingpublic String getBeschreibung()
getBeschreibung in interface IDescriptionProvidingpublic void setBeschreibung(String beschreibung)
@Deprecated public Mandant getMandant()
getProjekt() and AbstractMandantDependentEntity.getMandant()getMandant in interface IMandantDependent@Deprecated public void setMandant(Mandant mandant)
getProjekt() and AbstractMandantDependentEntity.getMandant()setMandant in interface IMandantDependentCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.