Class LegalRepresentative
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.LegalRepresentative
-
- All Implemented Interfaces:
Serializable
public final class LegalRepresentative extends BaseModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LegalRepresentative()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDategetBirthDate()StringgetDocument()StringgetMotherName()StringgetName()StringgetType()voidsetBirthDate(LocalDate birthDate)voidsetDocument(String document)voidsetMotherName(String motherName)voidsetName(String name)voidsetType(String type)StringtoString()
-
-
-
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)
-
-