Class MandantFrontendServer
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.AbstractMandantDependentEntity
de.xima.fc.entities.MandantFrontendServer
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IDescriptionProviding, ILockingVersionProviding, IMandantDependent, INameProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class MandantFrontendServer
extends AbstractMandantDependentEntity
implements INameProviding, IDescriptionProviding
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class AbstractMandantDependentEntity
mandantFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface IDescriptionProviding
ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Size(max=250) StringgetId()getName()booleanvoidsetAllowAllForms(boolean allowAllForms) voidsetBaseurl(String baseurl) voidsetBeschreibung(String beschreibung) voidsetFrontendserver(FrontendServer frontendserver) voidsetFstoken(String fstoken) voidMethods inherited from class AbstractMandantDependentEntity
getMandant, setMandantMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface IDescriptionProviding
getDescriptionMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_BESCHREIBUNG
- See Also:
-
ATTR_BASEURL
- See Also:
-
ATTR_FRONTENDSERVER
- See Also:
-
ATTR_ALLOWALLFORMS
- See Also:
-
-
Constructor Details
-
MandantFrontendServer
public MandantFrontendServer()
-
-
Method Details
-
getId
-
getBaseurl
-
setBaseurl
-
getBeschreibung
- Specified by:
getBeschreibungin interfaceIDescriptionProviding
-
setBeschreibung
-
getFstoken
-
setFstoken
-
getFrontendserver
-
setFrontendserver
-
getName
- Specified by:
getNamein interfaceINameProviding- Returns:
- The name of this object.
-
setName
-
isAllowAllForms
public boolean isAllowAllForms()- Returns:
- 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. Iffalse, access for this frontend server must be configured separately for each form.
-
setAllowAllForms
public void setAllowAllForms(boolean allowAllForms) - Parameters:
allowAllForms- Iftrue, this frontend server is allowed to provide all available forms, even if that form was not yet made available on this frontend server. Iffalse, access for this frontend server must be configured separately for each form.
-