Package br.com.senior.hcm.payroll.pojos
Class HistoricalEmploymentRelationship
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.HistoricalEmploymentRelationship
-
public class HistoricalEmploymentRelationship extends Object
HistoricalEmploymentRelationship
-
-
Constructor Summary
Constructors Constructor Description HistoricalEmploymentRelationship()
-
Method Summary
-
-
-
Method Detail
-
employmentRelationship
public HistoricalEmploymentRelationship employmentRelationship(EmploymentRelationship employmentRelationship)
-
getEmploymentRelationship
public EmploymentRelationship getEmploymentRelationship()
Get employmentRelationship- Returns:
- employmentRelationship
-
setEmploymentRelationship
public void setEmploymentRelationship(EmploymentRelationship employmentRelationship)
-
lotWorkstation
public HistoricalEmploymentRelationship lotWorkstation(String lotWorkstation)
-
getLotWorkstation
public String getLotWorkstation()
Lote do histórico de posto de trabalho- Returns:
- lotWorkstation
-
setLotWorkstation
public void setLotWorkstation(String lotWorkstation)
-
dateWhen
public HistoricalEmploymentRelationship dateWhen(org.threeten.bp.LocalDate dateWhen)
-
getDateWhen
public org.threeten.bp.LocalDate getDateWhen()
Data do histórico- Returns:
- dateWhen
-
setDateWhen
public void setDateWhen(org.threeten.bp.LocalDate dateWhen)
-
endDate
public HistoricalEmploymentRelationship endDate(org.threeten.bp.LocalDate endDate)
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()
Data de término- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate)
-
id
public HistoricalEmploymentRelationship id(String id)
-
getId
public String getId()
Id do histórico- Returns:
- id
-
setId
public void setId(String id)
-
isIntegration
public HistoricalEmploymentRelationship isIntegration(Boolean isIntegration)
-
isIsIntegration
public Boolean isIsIntegration()
É integração? (campo calculado)- Returns:
- isIntegration
-
setIsIntegration
public void setIsIntegration(Boolean isIntegration)
-
employee
public HistoricalEmploymentRelationship employee(Employee employee)
-
getEmployee
public Employee getEmployee()
Get employee- Returns:
- employee
-
setEmployee
public void setEmployee(Employee employee)
-
-