Package de.xima.fc.entities
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 de.xima.fc.entities.AbstractMandantDependentEntity
mandantFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.fc.entities.interfaces.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 de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface de.xima.fc.entities.interfaces.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 de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandantMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.fc.entities.interfaces.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
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
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.
-