Class AddressType


  • public class AddressType
    extends Object
    • Constructor Detail

      • AddressType

        public AddressType​(String id,
                           int mainType,
                           int subType,
                           String name)
    • Method Detail

      • getId

        public String getId()
      • getMainType

        public int getMainType()
      • getSubType

        public int getSubType()
      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object