Interface IDsDistListRecord

All Superinterfaces:
IDsObjectRecord, IDsRecord, IDsSetRecord, Iterable<de.uplanet.lucy.server.usermanager.ds.DsColumn>

public interface IDsDistListRecord extends IDsSetRecord
  • Method Details

    • getMailVH

      IValueHolder<?> getMailVH()
    • setMail

      void setMail(IValueHolder<?> p_valueHolder)
    • isMailSet

      boolean isMailSet()
    • isMailNullable

      boolean isMailNullable()
    • setMail

      void setMail(String p_value)
    • getMail

      String getMail()