@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 |
mandant
id
ATTR_NAME
ATTR_BESCHREIB, ATTR_BESCHREIBUNG
ATTR_MANDANT
IMPORT_ID
ATTR_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, setMandant
entityHasChanged, getLockingVersion, setLockingVersion, toString
isPersisted, setId
compareTo, equals, getDBTableName, hashCode
public 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.IEntity
public String getName()
getName
in interface INameProviding
public 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 IDescriptionProviding
public void setBeschreibung(String beschreibung)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.