@Entity public class LDAPAbfrage extends AbstractMandantDependentEntity implements INameProviding, IDescriptionProviding
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_ABFRAGE |
static String |
ATTR_ATTRIBUTE |
static String |
ATTR_LDAPZUGRIFF |
static String |
ATTR_PUBLIC |
static String |
ATTR_USE_MANDANTZUGRIFF |
mandantCOL_LOCKINGVERSION, lockingVersionCOL_ID, idATTR_NAME, COL_NAMEATTR_BESCHREIBUNG, ATTR_DESCRIPTIONATTR_MANDANT, COL_CLIENT_IDIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
LDAPAbfrage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbfrage() |
List<String> |
getAttribute() |
String |
getBaseDN() |
String |
getBeschreibung() |
Long |
getId() |
String |
getName() |
LDAPZugriff |
getZugriff() |
boolean |
isPublic() |
boolean |
isUseMandantZugriff() |
void |
setAbfrage(String abfrage) |
void |
setAttribute(List<String> attribute) |
void |
setBaseDN(String baseDN) |
void |
setBeschreibung(String beschreibung) |
void |
setName(String name) |
void |
setPublic(boolean isPublic) |
void |
setUseMandantZugriff(boolean useMandantZugriff) |
void |
setZugriff(LDAPZugriff zugriff) |
getMandant, setMandantentityHasChanged, getLockingVersion, setLockingVersion, toStringasIntValue, isPersisted, setId, setIdcompareTo, equals, getDBTableName, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptioncompareTopublic static final String ATTR_ABFRAGE
public static final String ATTR_USE_MANDANTZUGRIFF
public static final String ATTR_LDAPZUGRIFF
public static final String ATTR_ATTRIBUTE
public static final String ATTR_PUBLIC
public String getName()
getName in interface INameProvidingpublic void setName(String name)
name - the name to setpublic String getBeschreibung()
getBeschreibung in interface IDescriptionProvidingpublic void setBeschreibung(String beschreibung)
beschreibung - the beschreibung to setpublic String getAbfrage()
public void setAbfrage(String abfrage)
abfrage - the abfrage to setpublic boolean isUseMandantZugriff()
public void setUseMandantZugriff(boolean useMandantZugriff)
useMandantZugriff - the useMandantZugriff to setpublic LDAPZugriff getZugriff()
public void setZugriff(LDAPZugriff zugriff)
zugriff - the zugriff to setpublic void setAttribute(List<String> attribute)
attribute - the attributes to setpublic String getBaseDN()
public void setBaseDN(String baseDN)
baseDN - the baseDN to setpublic boolean isPublic()
public void setPublic(boolean isPublic)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.