Package br.com.senior.hcm.payroll.pojos
Class HistoricalCostCenter
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.HistoricalCostCenter
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T17:15:20.586Z") public class HistoricalCostCenter extends ObjectHistoricalCostCenter
-
-
Constructor Summary
Constructors Constructor Description HistoricalCostCenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricalCostCentercostCenterId(Costcenter costCenterId)HistoricalCostCenterdateWhen(org.threeten.bp.LocalDate dateWhen)HistoricalCostCenteremployee(Employee employee)HistoricalCostCenterendDate(org.threeten.bp.LocalDate endDate)booleanequals(Object o)CostcentergetCostCenterId()Get costCenterIdorg.threeten.bp.LocalDategetDateWhen()Data do históricoEmployeegetEmployee()Get employeeorg.threeten.bp.LocalDategetEndDate()Data de términoStringgetId()Id do históricoStringgetLotWorkstation()Lote do histórico de posto de trabalhoMovimentationreasongetMovimentationReasonId()Get movimentationReasonIdinthashCode()HistoricalCostCenterid(String id)HistoricalCostCenterisIntegration(Boolean isIntegration)BooleanisIsIntegration()É integração? (campo calculado)HistoricalCostCenterlotWorkstation(String lotWorkstation)HistoricalCostCentermovimentationReasonId(Movimentationreason movimentationReasonId)voidsetCostCenterId(Costcenter costCenterId)voidsetDateWhen(org.threeten.bp.LocalDate dateWhen)voidsetEmployee(Employee employee)voidsetEndDate(org.threeten.bp.LocalDate endDate)voidsetId(String id)voidsetIsIntegration(Boolean isIntegration)voidsetLotWorkstation(String lotWorkstation)voidsetMovimentationReasonId(Movimentationreason movimentationReasonId)StringtoString()
-
-
-
Method Detail
-
lotWorkstation
public HistoricalCostCenter 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 HistoricalCostCenter 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 HistoricalCostCenter 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)
-
costCenterId
public HistoricalCostCenter costCenterId(Costcenter costCenterId)
-
getCostCenterId
public Costcenter getCostCenterId()
Get costCenterId- Returns:
- costCenterId
-
setCostCenterId
public void setCostCenterId(Costcenter costCenterId)
-
movimentationReasonId
public HistoricalCostCenter movimentationReasonId(Movimentationreason movimentationReasonId)
-
getMovimentationReasonId
public Movimentationreason getMovimentationReasonId()
Get movimentationReasonId- Returns:
- movimentationReasonId
-
setMovimentationReasonId
public void setMovimentationReasonId(Movimentationreason movimentationReasonId)
-
id
public HistoricalCostCenter id(String id)
-
getId
public String getId()
Id do histórico- Returns:
- id
-
setId
public void setId(String id)
-
isIntegration
public HistoricalCostCenter isIntegration(Boolean isIntegration)
-
isIsIntegration
public Boolean isIsIntegration()
É integração? (campo calculado)- Returns:
- isIntegration
-
setIsIntegration
public void setIsIntegration(Boolean isIntegration)
-
employee
public HistoricalCostCenter employee(Employee employee)
-
getEmployee
public Employee getEmployee()
Get employee- Returns:
- employee
-
setEmployee
public void setEmployee(Employee employee)
-
-