@Entity public class MandantFrontendServer extends AbstractMandantDependentEntity implements INameProviding, IDescriptionProviding
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_ALLOWALLFORMS |
static String |
ATTR_BASEURL |
static String |
ATTR_BESCHREIBUNG |
static String |
ATTR_FRONTENDSERVER |
mandantCOL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_NAME, COL_NAMEATTR_DESCRIPTIONATTR_MANDANT, COL_CLIENT_IDIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
MandantFrontendServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseurl() |
@Size(max=250) String |
getBeschreibung() |
FrontendServer |
getFrontendserver() |
String |
getFstoken() |
Long |
getId() |
String |
getName() |
boolean |
isAllowAllForms() |
void |
setAllowAllForms(boolean allowAllForms) |
void |
setBaseurl(String baseurl) |
void |
setBeschreibung(String beschreibung) |
void |
setFrontendserver(FrontendServer frontendserver) |
void |
setFstoken(String fstoken) |
void |
setName(String name) |
getMandant, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setId, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptioncompareTopublic static final String ATTR_BESCHREIBUNG
public static final String ATTR_BASEURL
public static final String ATTR_FRONTENDSERVER
public static final String ATTR_ALLOWALLFORMS
public String getBaseurl()
public void setBaseurl(String baseurl)
@Size(max=250) public @Size(max=250) String getBeschreibung()
getBeschreibung in interface IDescriptionProvidingpublic void setBeschreibung(String beschreibung)
public String getFstoken()
public void setFstoken(String fstoken)
public FrontendServer getFrontendserver()
public void setFrontendserver(FrontendServer frontendserver)
public String getName()
getName in interface INameProvidingpublic void setName(String name)
public boolean isAllowAllForms()
true, this frontend server is allowed to provide all available forms, even if that form was not
yet made available on this frontend server. If false, access for this frontend server must be configured
separately for each form.public void setAllowAllForms(boolean allowAllForms)
allowAllForms - If true, this frontend server is allowed to provide all available forms, even if that
form was not yet made available on this frontend server. If false, access for this frontend server must be
configured separately for each form.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.