Class LdapSyncAttributeMetadata

java.lang.Object
edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSyncAttributeMetadata

public class LdapSyncAttributeMetadata extends Object
information about an attribute in ldap
  • Constructor Details

    • LdapSyncAttributeMetadata

      public LdapSyncAttributeMetadata()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getColumnIndexFromZero

      public int getColumnIndexFromZero()
      metadata column index from zero
      Returns:
      column index
    • setColumnIndexFromZero

      public void setColumnIndexFromZero(int columnIndexFromZero1)
      metadata column index from zero
      Parameters:
      columnIndexFromZero1 -
    • getAttributeName

      public String getAttributeName()
      name of attribute in ldap
      Returns:
      attribute name
    • setAttributeName

      public void setAttributeName(String attributeName1)
      name of attribute in ldap
      Parameters:
      attributeName1 -
    • getLdapSyncAttributeType

      public LdapSyncAttributeType getLdapSyncAttributeType()
      attribute type
      Returns:
      attribute type
    • setLdapSyncAttributeType

      public void setLdapSyncAttributeType(LdapSyncAttributeType ldapSyncAttributeType1)
      attribute type
      Parameters:
      ldapSyncAttributeType1 -