Class LDAPAbfrage

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 LDAPAbfrage extends AClientDependentEntity implements INameProviding, IDescriptionProviding, IUUIDEntity
See Also:
  • Field Details

  • Constructor Details

    • LDAPAbfrage

      public LDAPAbfrage()
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
    • getUUID

      public String getUUID()
      Description copied from interface: IUUIDEntity
      Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
      Specified by:
      getUUID in interface IUUIDEntity
      Returns:
      The UUID of the entity.
    • setUUID

      public void setUUID(String uuid)
      Description copied from interface: IUUIDEntity
      Sets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
      Specified by:
      setUUID in interface IUUIDEntity
      Parameters:
      uuid - The UUID of the entity.
    • getUUIDObject

      public UUID getUUIDObject()
      Description copied from interface: IUUIDEntity
      Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
      Specified by:
      getUUIDObject in interface IUUIDEntity
      Returns:
      The UUID of the entity.
    • setUUIDObject

      public void setUUIDObject(UUID uuid)
      Parameters:
      uuid - a UUID
    • getName

      public String getName()
      Specified by:
      getName in interface INameProviding
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getBeschreibung

      public String getBeschreibung()
      Specified by:
      getBeschreibung in interface IDescriptionProviding
      Returns:
      the beschreibung
    • setBeschreibung

      public void setBeschreibung(String beschreibung)
      Parameters:
      beschreibung - the beschreibung to set
    • getAbfrage

      public String getAbfrage()
      Returns:
      the abfrage
    • setAbfrage

      public void setAbfrage(String abfrage)
      Parameters:
      abfrage - the abfrage to set
    • isUseMandantZugriff

      @Deprecated public boolean isUseMandantZugriff()
      Deprecated.
      User LDAPZugriff instead.
    • setUseMandantZugriff

      @Deprecated public void setUseMandantZugriff(boolean useMandantZugriff)
      Deprecated.
      User LDAPZugriff instead.
    • getZugriff

      public LDAPZugriff getZugriff()
      Returns:
      the zugriff
    • setZugriff

      public void setZugriff(LDAPZugriff zugriff)
      Parameters:
      zugriff - the zugriff to set
    • getAttribute

      public List<String> getAttribute()
      Returns:
      the attributes
    • setAttribute

      public void setAttribute(List<String> attribute)
      Parameters:
      attribute - the attributes to set
    • getBaseDN

      public String getBaseDN()
      Returns:
      the baseDN
    • setBaseDN

      public void setBaseDN(String baseDN)
      Parameters:
      baseDN - the baseDN to set
    • isPublic

      public boolean isPublic()
    • setPublic

      public void setPublic(boolean isPublic)