Package br.com.senior.hcm.payroll.pojos
Class HistoricalExpenseNature
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.HistoricalExpenseNature
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-08-14T17:15:20.586Z") public class HistoricalExpenseNature extends ObjectHistoricalExpenseNature
-
-
Constructor Summary
Constructors Constructor Description HistoricalExpenseNature()
-
Method Summary
-
-
-
Method Detail
-
originExpenseNature
public HistoricalExpenseNature originExpenseNature(OriginExpenseNatureType originExpenseNature)
-
getOriginExpenseNature
public OriginExpenseNatureType getOriginExpenseNature()
Get originExpenseNature- Returns:
- originExpenseNature
-
setOriginExpenseNature
public void setOriginExpenseNature(OriginExpenseNatureType originExpenseNature)
-
lotWorkstation
public HistoricalExpenseNature 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 HistoricalExpenseNature 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 HistoricalExpenseNature endDate(org.threeten.bp.LocalDate endDate)
-
getEndDate
public org.threeten.bp.LocalDate getEndDate()
Data fim do histórico- Returns:
- endDate
-
setEndDate
public void setEndDate(org.threeten.bp.LocalDate endDate)
-
expenseNature
public HistoricalExpenseNature expenseNature(ExpenseNature expenseNature)
-
getExpenseNature
public ExpenseNature getExpenseNature()
Get expenseNature- Returns:
- expenseNature
-
setExpenseNature
public void setExpenseNature(ExpenseNature expenseNature)
-
id
public HistoricalExpenseNature id(String id)
-
getId
public String getId()
Id do histórico- Returns:
- id
-
setId
public void setId(String id)
-
isIntegration
public HistoricalExpenseNature isIntegration(Boolean isIntegration)
-
isIsIntegration
public Boolean isIsIntegration()
É integração? (campo calculado)- Returns:
- isIntegration
-
setIsIntegration
public void setIsIntegration(Boolean isIntegration)
-
employee
public HistoricalExpenseNature employee(Employee employee)
-
getEmployee
public Employee getEmployee()
Get employee- Returns:
- employee
-
setEmployee
public void setEmployee(Employee employee)
-
-