@Entity public class MandantRessource extends AClientDependentEntity implements IFileProviding<MandantRessourceDatei,MandantRessourceDateiData>, IDescriptionProviding, INameProviding, IUUIDEntity
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_MANDNAT |
COL_CLIENTID, mandant
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_DATEI, ATTR_FILE
IMPORT_ID, INVALID_ID
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION
ATTR_NAME
ATTR_UUID
ATTR_MANDANT
Constructor and Description |
---|
MandantRessource() |
Modifier and Type | Method and Description |
---|---|
String |
getBeschreibung() |
MandantRessourceDatei |
getFileEntity() |
Long |
getId() |
String |
getName() |
String |
getUUID() |
void |
setBeschreibung(String beschreibung) |
void |
setFileEntity(MandantRessourceDatei fileEntity) |
void |
setId(Long id)
!!!
|
void |
setName(String name) |
void |
setUUID(String 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 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
public void setUUID(String 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 © 2019 XIMA MEDIA GmbH. All rights reserved.