@Entity public class FormElement extends ALockableEntity implements IMandantDependent
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_ALIAS |
static String |
ATTR_FIELDNAME |
static String |
ATTR_FORMVERSION |
static String |
ATTR_ISSYSTEM |
static String |
ATTR_MANDANT
Deprecated.
will be removed, use
getFormVersion() -> FormVersion.getProjekt() ->
AbstractMandantDependentEntity.getMandant() |
static String |
ATTR_TYP |
COL_LOCKINGVERSION, lockingVersionCOL_ID, idIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
FormElement() |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
cloneBasics() |
String |
getAlias() |
String |
getFieldName() |
FormVersion |
getFormVersion() |
Long |
getId() |
Boolean |
getIsSystem() |
Mandant |
getMandant()
Deprecated.
will be removed, use
getFormVersion() -> FormVersion.getProjekt() ->
AbstractMandantDependentEntity.getMandant() |
EFormElementTyp |
getTyp() |
void |
setAlias(String alias) |
void |
setFieldName(String fieldName) |
void |
setFormVersion(FormVersion formVersion) |
void |
setId(Long id)
!!!
|
void |
setIsSystem(Boolean isSystem) |
void |
setMandant(Mandant mandant)
Deprecated.
will be removed, use
getFormVersion() -> FormVersion.getProjekt() ->
Projekt#setMandant() |
void |
setTyp(EFormElementTyp typ) |
entityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic static final String ATTR_FIELDNAME
public static final String ATTR_ALIAS
public static final String ATTR_TYP
public static final String ATTR_FORMVERSION
public static final String ATTR_ISSYSTEM
@Deprecated public static final String ATTR_MANDANT
getFormVersion() -> FormVersion.getProjekt() ->
AbstractMandantDependentEntity.getMandant()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 getFieldName()
public void setFieldName(String fieldName)
public String getAlias()
public void setAlias(String alias)
public EFormElementTyp getTyp()
public void setTyp(EFormElementTyp typ)
public FormVersion getFormVersion()
public void setFormVersion(FormVersion formVersion)
public FormElement cloneBasics()
public Boolean getIsSystem()
public void setIsSystem(Boolean isSystem)
@Deprecated public Mandant getMandant()
getFormVersion() -> FormVersion.getProjekt() ->
AbstractMandantDependentEntity.getMandant()getMandant in interface IMandantDependent@Deprecated public void setMandant(Mandant mandant)
getFormVersion() -> FormVersion.getProjekt() ->
Projekt#setMandant()setMandant in interface IMandantDependentCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.