Package de.xima.fc.entities
Class FrontendServer
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.FrontendServer
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IDescriptionProviding
,ILockingVersionProviding
,INameProviding
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class FrontendServer
extends AbstractLockableEntity
implements INameProviding, IDescriptionProviding
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getId()
getName()
int
getPort()
boolean
Deprecated.boolean
isAktiv()
void
setAktiv
(boolean aktiv) void
setBeschreibung
(String beschreibung) void
setFstoken
(String fstoken) void
void
void
setPort
(int port) void
setReconnect_attempts
(Integer reconnect_attempts) void
setReconnect_timeout
(Integer reconnect_timeout) void
setSslKeystorePass
(String sslKeystorePass) void
setSslKeystorePath
(String sslKeystorePath) void
setUseSSL
(boolean useSSL) void
setVerbindungsname
(String name) Deprecated.toString()
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
getDescription
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_HOST
- See Also:
-
ATTR_PORT
- See Also:
-
ATTR_AKTIV
- See Also:
-
ATTR_FSTOKEN
- See Also:
-
ATTR_RECONNECT_ATTEMPTS
- See Also:
-
ATTR_RECONNECT_TIMEOUT
- See Also:
-
ATTR_SSL_USE
- See Also:
-
ATTR_SSL_KEYSTORE_PATH
- See Also:
-
ATTR_SSL_KEYSTORE_PASS
- See Also:
-
-
Constructor Details
-
FrontendServer
public FrontendServer()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getBeschreibung
- Specified by:
getBeschreibung
in interfaceIDescriptionProviding
-
setBeschreibung
-
getFstoken
-
setFstoken
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
isAktiv
public boolean isAktiv() -
setAktiv
public void setAktiv(boolean aktiv) -
toString
- Overrides:
toString
in classAbstractLockableEntity
-
getName
- Specified by:
getName
in interfaceINameProviding
- Returns:
- The name of this object.
-
setName
-
getVerbindungsname
Deprecated. -
setVerbindungsname
Deprecated. -
getReconnect_timeout
-
setReconnect_timeout
-
getReconnect_attempts
-
setReconnect_attempts
-
getUseSSL
public boolean getUseSSL() -
setUseSSL
public void setUseSSL(boolean useSSL) -
getSslKeystorePath
-
setSslKeystorePath
-
getSslKeystorePass
-
setSslKeystorePass
-