@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 |
mandant
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_NAME, COL_NAME
ATTR_DESCRIPTION
ATTR_MANDANT, COL_CLIENT_ID
IMPORT_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, setMandant
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription
compareTo
public 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 IDescriptionProviding
public 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 INameProviding
public 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 © 2021 XIMA MEDIA GmbH. All rights reserved.