@Entity public class Textbaustein extends AbstractMandantDependentEntity implements INameProviding, IDescriptionProviding
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_DELETABLE |
static String |
ATTR_KATEGORIE |
static String |
ATTR_MSGCODE |
static String |
ATTR_SYSTEM |
mandantidATTR_NAMEATTR_BESCHREIB, ATTR_BESCHREIBUNGATTR_MANDANTIMPORT_IDATTR_LOCKINGVERSION| Constructor and Description |
|---|
Textbaustein() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeschreibung() |
int |
getId() |
ETextbausteinKategorie |
getKategorie() |
ETextbausteinMsgCode |
getMsgCode() |
String |
getName() |
String |
getTextValue() |
boolean |
isDeletable() |
boolean |
isSystem() |
void |
setBeschreibung(String beschreibung) |
void |
setDeletable(boolean deletable) |
void |
setKategorie(ETextbausteinKategorie kategorie) |
void |
setMsgCode(ETextbausteinMsgCode msgCode) |
void |
setName(String name) |
void |
setSystem(boolean system) |
void |
setTextValue(String textValue) |
getMandant, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringisPersisted, setIdcompareTo, equals, getDBTableName, hashCodepublic static final String ATTR_MSGCODE
public static final String ATTR_KATEGORIE
public static final String ATTR_SYSTEM
public static final String ATTR_DELETABLE
public int getId()
getId in interface de.xima.cmn.dao.interfaces.IEntitypublic 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)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.