Class ChildcareAssistance
- java.lang.Object
-
- br.com.senior.hcm.dependent.pojos.ChildcareAssistance
-
public class ChildcareAssistance extends Object
ChildcareAssistance
-
-
Constructor Summary
Constructors Constructor Description ChildcareAssistance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildcareAssistancechildcareAssistance(Boolean childcareAssistance)ChildcareAssistancedependent(Dependent dependent)booleanequals(Object o)DependentgetDependent()Get dependentStringgetId()Id do auxílio crecheIntegergetMonths()MesesinthashCode()ChildcareAssistanceid(String id)BooleanisChildcareAssistance()Se tem auxílio crecheChildcareAssistancemonths(Integer months)voidsetChildcareAssistance(Boolean childcareAssistance)voidsetDependent(Dependent dependent)voidsetId(String id)voidsetMonths(Integer months)StringtoString()
-
-
-
Method Detail
-
months
public ChildcareAssistance months(Integer months)
-
getMonths
public Integer getMonths()
Meses- Returns:
- months
-
setMonths
public void setMonths(Integer months)
-
id
public ChildcareAssistance id(String id)
-
getId
public String getId()
Id do auxílio creche- Returns:
- id
-
setId
public void setId(String id)
-
dependent
public ChildcareAssistance dependent(Dependent dependent)
-
getDependent
public Dependent getDependent()
Get dependent- Returns:
- dependent
-
setDependent
public void setDependent(Dependent dependent)
-
childcareAssistance
public ChildcareAssistance childcareAssistance(Boolean childcareAssistance)
-
isChildcareAssistance
public Boolean isChildcareAssistance()
Se tem auxílio creche- Returns:
- childcareAssistance
-
setChildcareAssistance
public void setChildcareAssistance(Boolean childcareAssistance)
-
-