@Entity public class FormTemplateTag extends AClientDependentEntity implements INameProviding
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_TEMPLATES |
COL_CLIENTID, mandant
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_NAME, COL_NAME
ATTR_MANDANT, COL_CLIENT_ID
IMPORT_ID, INVALID_ID
Constructor and Description |
---|
FormTemplateTag() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getName() |
List<FormTemplate> |
getTemplates() |
void |
setId(Long id)
!!!
|
void |
setName(String name) |
void |
setTemplates(List<FormTemplate> templates) |
getMandant, setMandant
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_TEMPLATES
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 getName()
getName
in interface INameProviding
public void setName(String name)
name
- the name to setpublic void setTemplates(List<FormTemplate> templates)
templates
- a List
of FormTemplate
s to setpublic List<FormTemplate> getTemplates()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.