Class DependentHealthInsurance
- java.lang.Object
-
- br.com.senior.hcm.dependent.pojos.DependentHealthInsurance
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T14:43:38.281Z") public class DependentHealthInsurance extends ObjectDependentHealthInsurance
-
-
Constructor Summary
Constructors Constructor Description DependentHealthInsurance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentHealthInsurancedependent(Dependent dependent)DependentHealthInsuranceendDate(org.threeten.bp.LocalDate endDate)booleanequals(Object o)DependentgetDependent()Get dependentorg.threeten.bp.LocalDategetEndDate()Data da exclusãoStringgetId()Id da entidadeIntegergetRegistration()Matrículaorg.threeten.bp.LocalDategetStartDate()Data da inclusãointhashCode()DependentHealthInsuranceid(String id)DependentHealthInsuranceregistration(Integer registration)voidsetDependent(Dependent dependent)voidsetEndDate(org.threeten.bp.LocalDate endDate)voidsetId(String id)voidsetRegistration(Integer registration)voidsetStartDate(org.threeten.bp.LocalDate startDate)DependentHealthInsurancestartDate(org.threeten.bp.LocalDate startDate)StringtoString()
-
-
-
Method Detail
-
endDate
public DependentHealthInsurance endDate(org.threeten.bp.LocalDate endDate)
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()
Data da exclusão- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate)
-
registration
public DependentHealthInsurance registration(Integer registration)
-
getRegistration
public Integer getRegistration()
Matrícula- Returns:
- registration
-
setRegistration
public void setRegistration(Integer registration)
-
id
public DependentHealthInsurance id(String id)
-
getId
public String getId()
Id da entidade- Returns:
- id
-
setId
public void setId(String id)
-
dependent
public DependentHealthInsurance dependent(Dependent dependent)
-
getDependent
public Dependent getDependent()
Get dependent- Returns:
- dependent
-
setDependent
public void setDependent(Dependent dependent)
-
startDate
public DependentHealthInsurance startDate(org.threeten.bp.LocalDate startDate)
-
getStartDate
public org.threeten.bp.LocalDate getStartDate()
Data da inclusão- Returns:
- startDate
-
setStartDate
public void setStartDate(org.threeten.bp.LocalDate startDate)
-
-