@Entity public class Textbaustein extends AClientDependentEntity implements INameProviding, IDescriptionProviding, IUUIDEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_DELETABLE |
static String |
ATTR_KATEGORIE |
static String |
ATTR_MSGCODE |
static String |
ATTR_SYSTEM |
COL_CLIENTID, mandantCOL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_NAMEATTR_BESCHREIBUNG, ATTR_DESCRIPTIONATTR_UUIDATTR_MANDANTIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
Textbaustein() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeschreibung() |
Map<String,String> |
getI18nValues() |
Long |
getId() |
ETextbausteinKategorie |
getKategorie() |
ETextbausteinMsgCode |
getMsgCode() |
String |
getName() |
String |
getTextValue() |
String |
getUUID() |
boolean |
isDeletable() |
boolean |
isSystem() |
void |
setBeschreibung(String beschreibung) |
void |
setDeletable(boolean deletable) |
void |
setI18nValues(Map<String,String> i18nValues) |
void |
setId(Long id)
!!!
|
void |
setKategorie(ETextbausteinKategorie kategorie) |
void |
setMsgCode(ETextbausteinMsgCode msgCode) |
void |
setName(String name) |
void |
setSystem(boolean system) |
void |
setTextValue(String textValue) |
void |
setUUID(String uuid) |
getMandant, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptioncompareTopublic static final String ATTR_MSGCODE
public static final String ATTR_KATEGORIE
public static final String ATTR_SYSTEM
public static final String ATTR_DELETABLE
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 getName()
getName in interface INameProvidingpublic void setName(String name)
public String getTextValue()
public void setTextValue(String textValue)
public ETextbausteinKategorie getKategorie()
public void setKategorie(ETextbausteinKategorie kategorie)
public boolean isDeletable()
public void setDeletable(boolean deletable)
public ETextbausteinMsgCode getMsgCode()
public void setMsgCode(ETextbausteinMsgCode msgCode)
public boolean isSystem()
public void setSystem(boolean system)
public String getBeschreibung()
getBeschreibung in interface IDescriptionProvidingpublic void setBeschreibung(String beschreibung)
public String getUUID()
getUUID in interface IUUIDEntitypublic void setUUID(String uuid)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.