Class LegalRepresentative

    • Constructor Detail

      • LegalRepresentative

        public LegalRepresentative()
    • Method Detail

      • getName

        public String getName()
      • getDocument

        public String getDocument()
      • getBirthDate

        public LocalDate getBirthDate()
      • getMotherName

        public String getMotherName()
      • getType

        public String getType()
      • setName

        public void setName​(String name)
      • setDocument

        public void setDocument​(String document)
      • setBirthDate

        public void setBirthDate​(LocalDate birthDate)
      • setMotherName

        public void setMotherName​(String motherName)
      • setType

        public void setType​(String type)