@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 |
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 |
---|
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, 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_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 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 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 © 2021 XIMA MEDIA GmbH. All rights reserved.