Class PersonCategory

    • Constructor Detail

      • PersonCategory

        public PersonCategory​(String name)
      • PersonCategory

        public PersonCategory​(String name,
                              String key,
                              int order)
    • Method Detail

      • getOrder

        public int getOrder()
        Returns:
        the order
      • setOrder

        public void setOrder​(int order)
        Parameters:
        order - the order to set
      • getName

        public String getName()
      • setKey

        public void setKey​(String key)
      • getKey

        public String getKey()
      • isOtherCategory

        public boolean isOtherCategory()
      • setUnderOrganizationalUnitExists

        public void setUnderOrganizationalUnitExists​(boolean underOrganizationalUnitExists)
      • isUnderOrganizationalUnitExists

        public boolean isUnderOrganizationalUnitExists()
      • setUnderPersonnsExists

        public void setUnderPersonnsExists​(boolean underPersonnsExists)
      • isUnderPersonnsExists

        public boolean isUnderPersonnsExists()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object