java.lang.Object
tr.com.havelsan.javarch.oauth.ldap.data.common.model.HvlLdapOuModel
All Implemented Interfaces:
Serializable

public class HvlLdapOuModel extends Object implements Serializable
Ldap organization unit model class
See Also:
  • Field Details

  • Constructor Details

    • HvlLdapOuModel

      public HvlLdapOuModel()
      Instantiates a new Hvl ldap ou model.
    • HvlLdapOuModel

      public HvlLdapOuModel(String name)
      Instantiates a new HvlLdapOuModel.
      Parameters:
      name - the name
    • HvlLdapOuModel

      public HvlLdapOuModel(String name, String dn)
      Instantiates a new HvlLdapOuModel.
      Parameters:
      name - the name
      dn - the dn
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getDn

      public String getDn()
      Gets dn.
      Returns:
      the dn
    • setDn

      public void setDn(String dn)
      Sets dn.
      Parameters:
      dn - the dn
    • getChildCount

      public int getChildCount()
      Gets child count.
      Returns:
      the child count
    • setChildCount

      public void setChildCount(int childCount)
      Sets child count.
      Parameters:
      childCount - the child count