Class NaicsGroup


  • public class NaicsGroup
    extends java.lang.Object
    An object containing the detail associated with the requested group.
    • Constructor Summary

      Constructors 
      Constructor Description
      NaicsGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getCode()
      The NAICS code number associated with the group.
      java.util.List<java.lang.String> getCodes()
      The hashes of unique combinations of 6 digit national industry codes and a their sub-description that are children of this group.
      java.util.List<java.lang.String> getDecendants()
      The direct descendants of this group if any.
      java.lang.String getParent()
      The immediate parent of this group in the NAICS hierarchy.
      java.lang.String getSeq()
      The NAICS Sequence number of this group.
      java.lang.String getTitle()
      A description of the operation of businesses in this group.
      java.lang.String getType()
      The type of the group.
      int hashCode()  
      void setCode​(java.lang.String code)
      The NAICS code number associated with the group.
      void setCodes​(java.util.List<java.lang.String> codes)
      The hashes of unique combinations of 6 digit national industry codes and a their sub-description that are children of this group.
      void setDecendants​(java.util.List<java.lang.String> decendants)
      The direct descendants of this group if any.
      void setParent​(java.lang.String parent)
      The immediate parent of this group in the NAICS hierarchy.
      void setSeq​(java.lang.String seq)
      The NAICS Sequence number of this group.
      void setTitle​(java.lang.String title)
      A description of the operation of businesses in this group.
      void setType​(java.lang.String type)
      The type of the group.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NaicsGroup

        public NaicsGroup()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        The NAICS code number associated with the group.
      • getCodes

        public java.util.List<java.lang.String> getCodes()
        The hashes of unique combinations of 6 digit national industry codes and a their sub-description that are children of this group.
      • getDecendants

        public java.util.List<java.lang.String> getDecendants()
        The direct descendants of this group if any.
      • getParent

        public java.lang.String getParent()
        The immediate parent of this group in the NAICS hierarchy.
      • getSeq

        public java.lang.String getSeq()
        The NAICS Sequence number of this group.
      • getTitle

        public java.lang.String getTitle()
        A description of the operation of businesses in this group.
      • getType

        public java.lang.String getType()
        The type of the group. one of sector, subsector, industry-group, international-industry, or national-industry.
      • setCode

        public void setCode​(java.lang.String code)
        The NAICS code number associated with the group.
      • setCodes

        public void setCodes​(java.util.List<java.lang.String> codes)
        The hashes of unique combinations of 6 digit national industry codes and a their sub-description that are children of this group.
      • setDecendants

        public void setDecendants​(java.util.List<java.lang.String> decendants)
        The direct descendants of this group if any.
      • setParent

        public void setParent​(java.lang.String parent)
        The immediate parent of this group in the NAICS hierarchy.
      • setSeq

        public void setSeq​(java.lang.String seq)
        The NAICS Sequence number of this group.
      • setTitle

        public void setTitle​(java.lang.String title)
        A description of the operation of businesses in this group.
      • setType

        public void setType​(java.lang.String type)
        The type of the group. one of sector, subsector, industry-group, international-industry, or national-industry.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object