@Entity public class FormElement extends ALockableEntity implements IMandantDependent, IUUIDEntity
| 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() and FormVersion.getProjekt() and
AbstractMandantDependentEntity.getMandant() |
static String |
ATTR_TYP |
static String |
COL_UUID |
COL_LOCKINGVERSION, lockingVersionCOL_ID, idCOL_CLIENT_IDIMPORT_ID, INVALID_IDATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID| 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() and FormVersion.getProjekt() and
AbstractMandantDependentEntity.getMandant() |
EFormElementTyp |
getTyp() |
String |
getUUID() |
UUID |
getUUIDObject() |
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() and FormVersion.getProjekt() and
AbstractMandantDependentEntity.setMandant(Mandant) |
void |
setTyp(EFormElementTyp typ) |
void |
setUUID(String uuid) |
void |
setUUIDObject(UUID uuid) |
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
public static final String COL_UUID
@Deprecated public static final String ATTR_MANDANT
getFormVersion() and FormVersion.getProjekt() and
AbstractMandantDependentEntity.getMandant()public String getUUID()
getUUID in interface IUUIDEntityMandant, Projekt, ...public void setUUID(String uuid)
setUUID in interface IUUIDEntitypublic UUID getUUIDObject()
getUUIDObject in interface IUUIDEntitypublic void setUUIDObject(UUID uuid)
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() and FormVersion.getProjekt() and
AbstractMandantDependentEntity.getMandant()getMandant in interface IMandantDependent@Deprecated public void setMandant(Mandant mandant)
getFormVersion() and FormVersion.getProjekt() and
AbstractMandantDependentEntity.setMandant(Mandant)setMandant in interface IMandantDependentCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.