@Entity public class FormTemplateTag extends AClientDependentEntity implements INameProviding
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_TEMPLATES |
COL_CLIENTID, mandantCOL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_NAME, COL_NAMEATTR_MANDANT, COL_CLIENT_IDIMPORT_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, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic static final String ATTR_TEMPLATES
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 getName()
getName in interface INameProvidingpublic void setName(String name)
name - the name to setpublic void setTemplates(List<FormTemplate> templates)
templates - a List of FormTemplates to setpublic List<FormTemplate> getTemplates()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.