Class X_AD_LdapAccess

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_LdapAccess
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_LdapAccess, I_Persistent, Evaluatee
Direct Known Subclasses:
MLdapAccess

public class X_AD_LdapAccess extends PO implements I_AD_LdapAccess, I_Persistent
Generated Model for AD_LdapAccess
Version:
Release 13 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_LdapAccess

      public X_AD_LdapAccess(Properties ctx, int AD_LdapAccess_ID, String trxName)
      Standard Constructor
    • X_AD_LdapAccess

      public X_AD_LdapAccess(Properties ctx, int AD_LdapAccess_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_LdapAccess

      public X_AD_LdapAccess(Properties ctx, String AD_LdapAccess_UU, String trxName)
      Standard Constructor
    • X_AD_LdapAccess

      public X_AD_LdapAccess(Properties ctx, String AD_LdapAccess_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_LdapAccess

      public X_AD_LdapAccess(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details