Class Productline

    • Constructor Detail

      • Productline

        public Productline()
    • Method Detail

      • getId

        public Long getId()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • isEnabled

        public boolean isEnabled()
      • setId

        public void setId​(Long id)
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setEnabled

        public void setEnabled​(boolean enabled)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object