@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 |
mandantATTR_NAMEATTR_BESCHREIB, ATTR_BESCHREIBUNGATTR_MANDANTIMPORT_IDATTR_LOCKINGVERSION| Constructor and Description |
|---|
Textbaustein() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeschreibung() |
ETextbausteinKategorie |
getKategorie() |
ETextbausteinMsgCode |
getMsgCode() |
String |
getName() |
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) |
getMandant, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringgetId, isPersisted, 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 String getName()
getName in interface INameProvidingpublic void setName(String name)
public String getBeschreibung()
getBeschreibung in interface IDescriptionProvidingpublic void setBeschreibung(String beschreibung)
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)
Copyright © 2016. All rights reserved.