@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, lockingVersion
COL_ID, id
COL_CLIENT_ID
IMPORT_ID, INVALID_ID
ATTR_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, toString
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public 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 IUUIDEntity
Mandant
, Projekt
, ...public void setUUID(String uuid)
setUUID
in interface IUUIDEntity
public UUID getUUIDObject()
getUUIDObject
in interface IUUIDEntity
public void setUUIDObject(UUID uuid)
public void setId(Long id)
AbstractEntity
Integer.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 AbstractEntity
id
- 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 IMandantDependent
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.