Package de.xima.fc.entities
Class LDAPZugriff
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IDescriptionProviding
,ILockingVersionProviding
,IMandantDependent
,INameProviding
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUUIDEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class LDAPZugriff
extends AClientDependentEntity
implements INameProviding, IDescriptionProviding, IUUIDEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class de.xima.fc.entities.AClientDependentEntity
COL_CLIENTID, mandant
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.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
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
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getId()
getName()
int
getPort()
getUUID()
boolean
isUseSSL()
void
setAuthName
(String authName) void
setAuthPassword
(String authPassword) void
setBeschreibung
(String beschreibung) void
void
void
setPageSize
(Integer pageSize) void
setPort
(int port) void
setReferralHopCount
(Integer referralHopCount) void
setUseSSL
(boolean useSSL) void
void
setUUIDObject
(UUID uuid) Methods inherited from class de.xima.fc.entities.AClientDependentEntity
getMandant, setMandant
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
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_PAGESIZE
- See Also:
-
ATTR_REFERRAL_HOPCOUNT
- See Also:
-
ATTR_USESSL
- See Also:
-
COL_UUID
- See Also:
-
-
Constructor Details
-
LDAPZugriff
public LDAPZugriff()
-
-
Method Details
-
getAuthName
- Returns:
- the authName
-
getAuthPassword
- Returns:
- the authPassword
-
getBeschreibung
- Specified by:
getBeschreibung
in interfaceIDescriptionProviding
- Returns:
- the beschreibung
-
getHost
- Returns:
- the host
-
getId
- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getName
- Specified by:
getName
in interfaceINameProviding
- Returns:
- the name
-
getPageSize
- Returns:
- the pageSize
-
getPort
public int getPort()- Returns:
- the port
-
getReferralHopCount
- Returns:
- the referralHopCount
-
getUUID
- Specified by:
getUUID
in interfaceIUUIDEntity
- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a
context, e.g.
Mandant
,Projekt
, ...
-
getUUIDObject
- Specified by:
getUUIDObject
in interfaceIUUIDEntity
-
isUseSSL
public boolean isUseSSL()- Returns:
- the useSSL
-
setAuthName
- Parameters:
authName
- the authName to set
-
setAuthPassword
- Parameters:
authPassword
- the authPassword to set
-
setBeschreibung
- Parameters:
beschreibung
- the beschreibung to set
-
setHost
- Parameters:
host
- the host to set
-
setName
- Parameters:
name
- the name to set
-
setPageSize
- Parameters:
pageSize
- the pageSize to set
-
setPort
public void setPort(int port) - Parameters:
port
- the port to set
-
setReferralHopCount
- Parameters:
referralHopCount
- the referralHopCount to set
-
setUseSSL
public void setUseSSL(boolean useSSL) - Parameters:
useSSL
- the useSSL to set
-
setUUID
- Specified by:
setUUID
in interfaceIUUIDEntity
-
setUUIDObject
- Parameters:
uuid
- aUUID
-