@Entity public class LDAPZugriff extends AbstractMandantDependentEntity implements INameProviding, IDescriptionProviding
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_PAGESIZE |
static String |
ATTR_REFERRAL_HOPCOUNT |
static String |
ATTR_USESSL |
mandant
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_NAME, COL_NAME
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION
ATTR_MANDANT, COL_CLIENT_ID
IMPORT_ID, INVALID_ID
Constructor and Description |
---|
LDAPZugriff() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthName() |
String |
getAuthPassword() |
String |
getBeschreibung() |
String |
getHost() |
Long |
getId() |
String |
getName() |
Integer |
getPageSize() |
int |
getPort() |
Integer |
getReferralHopCount() |
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) |
getMandant, setMandant
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription
compareTo
public static final String ATTR_USESSL
public static final String ATTR_PAGESIZE
public static final String ATTR_REFERRAL_HOPCOUNT
public String getName()
getName
in interface INameProviding
public void setName(String name)
name
- the name to setpublic String getBeschreibung()
getBeschreibung
in interface IDescriptionProviding
public void setBeschreibung(String beschreibung)
beschreibung
- the beschreibung to setpublic String getAuthName()
public void setAuthName(String authName)
authName
- the authName to setpublic String getAuthPassword()
public void setAuthPassword(String authPassword)
authPassword
- the authPassword to setpublic String getHost()
public void setHost(String host)
host
- the host to setpublic int getPort()
public void setPort(int port)
port
- the port to setpublic boolean isUseSSL()
public void setUseSSL(boolean useSSL)
useSSL
- the useSSL to setpublic Integer getPageSize()
public void setPageSize(Integer pageSize)
pageSize
- the pageSize to setpublic Integer getReferralHopCount()
public void setReferralHopCount(Integer referralHopCount)
referralHopCount
- the referralHopCount to setCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.