Class Insurer

    • Constructor Detail

      • Insurer

        public Insurer()
    • Method Detail

      • getId

        public Long getId()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • isEnabled

        public boolean isEnabled()
      • getGoid

        public Integer getGoid()
      • setId

        public void setId​(Long id)
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setGoid

        public void setGoid​(Integer goid)
      • setOid

        public void setOid​(Integer oid)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object