Package br.com.senior.hcm.payroll.pojos
Class OtherContract
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.OtherContract
-
public class OtherContract extends Object
OtherContract
-
-
Constructor Summary
Constructors Constructor Description OtherContract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherContractemployee(Employee employee)booleanequals(Object o)EmployeegetEmployee()Get employeeStringgetId()Id do outro contratoOtherContractTypegetOtherContractType()Get otherContractTypeEmployeegetOtherEmployee()Get otherEmployeeinthashCode()OtherContractid(String id)OtherContractinssCeiling(Boolean inssCeiling)BooleanisInssCeiling()Utiliza teto de INSS?OtherContractotherContractType(OtherContractType otherContractType)OtherContractotherEmployee(Employee otherEmployee)voidsetEmployee(Employee employee)voidsetId(String id)voidsetInssCeiling(Boolean inssCeiling)voidsetOtherContractType(OtherContractType otherContractType)voidsetOtherEmployee(Employee otherEmployee)StringtoString()
-
-
-
Method Detail
-
otherEmployee
public OtherContract otherEmployee(Employee otherEmployee)
-
getOtherEmployee
public Employee getOtherEmployee()
Get otherEmployee- Returns:
- otherEmployee
-
setOtherEmployee
public void setOtherEmployee(Employee otherEmployee)
-
id
public OtherContract id(String id)
-
getId
public String getId()
Id do outro contrato- Returns:
- id
-
setId
public void setId(String id)
-
employee
public OtherContract employee(Employee employee)
-
getEmployee
public Employee getEmployee()
Get employee- Returns:
- employee
-
setEmployee
public void setEmployee(Employee employee)
-
otherContractType
public OtherContract otherContractType(OtherContractType otherContractType)
-
getOtherContractType
public OtherContractType getOtherContractType()
Get otherContractType- Returns:
- otherContractType
-
setOtherContractType
public void setOtherContractType(OtherContractType otherContractType)
-
inssCeiling
public OtherContract inssCeiling(Boolean inssCeiling)
-
isInssCeiling
public Boolean isInssCeiling()
Utiliza teto de INSS?- Returns:
- inssCeiling
-
setInssCeiling
public void setInssCeiling(Boolean inssCeiling)
-
-