Package br.com.senior.hcm.payroll.pojos
Class PaymentRelationship
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.PaymentRelationship
-
public class PaymentRelationship extends Object
PaymentRelationship
-
-
Constructor Summary
Constructors Constructor Description PaymentRelationship()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentRelationshipemploymentRelationship(EmploymentRelationship employmentRelationship)booleanequals(Object o)EmploymentRelationshipgetEmploymentRelationship()Get employmentRelationshipStringgetId()Id dos pagamentosinthashCode()PaymentRelationshiphomeOffice(Boolean homeOffice)PaymentRelationshipid(String id)BooleanisHomeOffice()Indicar se o vĂnculo refere-se a um regime de teletrabalhovoidsetEmploymentRelationship(EmploymentRelationship employmentRelationship)voidsetHomeOffice(Boolean homeOffice)voidsetId(String id)StringtoString()
-
-
-
Method Detail
-
employmentRelationship
public PaymentRelationship employmentRelationship(EmploymentRelationship employmentRelationship)
-
getEmploymentRelationship
public EmploymentRelationship getEmploymentRelationship()
Get employmentRelationship- Returns:
- employmentRelationship
-
setEmploymentRelationship
public void setEmploymentRelationship(EmploymentRelationship employmentRelationship)
-
homeOffice
public PaymentRelationship homeOffice(Boolean homeOffice)
-
isHomeOffice
public Boolean isHomeOffice()
Indicar se o vĂnculo refere-se a um regime de teletrabalho- Returns:
- homeOffice
-
setHomeOffice
public void setHomeOffice(Boolean homeOffice)
-
id
public PaymentRelationship id(String id)
-
getId
public String getId()
Id dos pagamentos- Returns:
- id
-
setId
public void setId(String id)
-
-