@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() -> AbstractMandantDependentEntity.getMandant() |
COL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_DATEI, ATTR_FILEATTR_PROJEKTATTR_NAMEATTR_BESCHREIBUNG, ATTR_DESCRIPTIONATTR_UUIDIMPORT_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() -> AbstractMandantDependentEntity.getMandant() |
String |
getName() |
Projekt |
getProjekt() |
String |
getUUID() |
void |
setBeschreibung(String beschreibung) |
void |
setFileEntity(ProjektRessourceDatei fileEntity) |
void |
setId(Long id)
!!!
|
void |
setMandant(Mandant mandant)
Deprecated.
will be removed, use
getProjekt() -> AbstractMandantDependentEntity.getMandant() |
void |
setName(String name) |
void |
setProjekt(Projekt projekt) |
void |
setUUID(String uuid) |
entityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDatei, setDateigetDescriptioncompareTo@Deprecated public static final String ATTR_MANDANT
getProjekt() -> 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 IUUIDEntitypublic void setUUID(String 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() -> AbstractMandantDependentEntity.getMandant()getMandant in interface IMandantDependent@Deprecated public void setMandant(Mandant mandant)
getProjekt() -> AbstractMandantDependentEntity.getMandant()setMandant in interface IMandantDependentCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.