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
,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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_PAGESIZE
static String
ATTR_REFERRAL_HOPCOUNT
static String
ATTR_USESSL
static String
COL_UUID
-
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.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 Constructor Description LDAPZugriff()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthName()
String
getAuthPassword()
String
getBeschreibung()
String
getHost()
Long
getId()
String
getName()
Integer
getPageSize()
int
getPort()
Integer
getReferralHopCount()
String
getUUID()
UUID
getUUIDObject()
boolean
isUseSSL()
void
setAuthName(String authName)
void
setAuthPassword(String authPassword)
void
setBeschreibung(String beschreibung)
void
setHost(String host)
void
setName(String name)
void
setPageSize(Integer pageSize)
void
setPort(int port)
void
setReferralHopCount(Integer referralHopCount)
void
setUseSSL(boolean useSSL)
void
setUUID(String uuid)
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
-
-
-
-
Field Detail
-
ATTR_PAGESIZE
public static final String ATTR_PAGESIZE
- See Also:
- Constant Field Values
-
ATTR_REFERRAL_HOPCOUNT
public static final String ATTR_REFERRAL_HOPCOUNT
- See Also:
- Constant Field Values
-
ATTR_USESSL
public static final String ATTR_USESSL
- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAuthName
public String getAuthName()
- Returns:
- the authName
-
getAuthPassword
public String getAuthPassword()
- Returns:
- the authPassword
-
getBeschreibung
public String getBeschreibung()
- Specified by:
getBeschreibung
in interfaceIDescriptionProviding
- Returns:
- the beschreibung
-
getHost
public String getHost()
- Returns:
- the host
-
getName
public String getName()
- Specified by:
getName
in interfaceINameProviding
- Returns:
- the name
-
getPageSize
public Integer getPageSize()
- Returns:
- the pageSize
-
getPort
public int getPort()
- Returns:
- the port
-
getReferralHopCount
public Integer getReferralHopCount()
- Returns:
- the referralHopCount
-
getUUID
public String 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
public UUID getUUIDObject()
- Specified by:
getUUIDObject
in interfaceIUUIDEntity
-
isUseSSL
public boolean isUseSSL()
- Returns:
- the useSSL
-
setAuthName
public void setAuthName(String authName)
- Parameters:
authName
- the authName to set
-
setAuthPassword
public void setAuthPassword(String authPassword)
- Parameters:
authPassword
- the authPassword to set
-
setBeschreibung
public void setBeschreibung(String beschreibung)
- Parameters:
beschreibung
- the beschreibung to set
-
setHost
public void setHost(String host)
- Parameters:
host
- the host to set
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
setPageSize
public void setPageSize(Integer pageSize)
- Parameters:
pageSize
- the pageSize to set
-
setPort
public void setPort(int port)
- Parameters:
port
- the port to set
-
setReferralHopCount
public void setReferralHopCount(Integer referralHopCount)
- Parameters:
referralHopCount
- the referralHopCount to set
-
setUseSSL
public void setUseSSL(boolean useSSL)
- Parameters:
useSSL
- the useSSL to set
-
setUUID
public void setUUID(String uuid)
- Specified by:
setUUID
in interfaceIUUIDEntity
-
-