Class Product

    • Constructor Detail

      • Product

        public Product()
    • Method Detail

      • getId

        public Long getId()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getInsurerName

        public String getInsurerName()
      • getProductLineName

        public String getProductLineName()
      • getProductId

        public String getProductId()
      • isEnabled

        public boolean isEnabled()
      • setId

        public void setId​(Long id)
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setInsurerName

        public void setInsurerName​(String insurerName)
      • setProductLineName

        public void setProductLineName​(String productLineName)
      • setProductId

        public void setProductId​(String productId)
      • setEnabled

        public void setEnabled​(boolean enabled)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object