public class PayItem extends Object
| Constructor and Description |
|---|
PayItem() |
public PayItem earningsRates(List<EarningsRate> earningsRates)
public PayItem addEarningsRatesItem(EarningsRate earningsRatesItem)
public List<EarningsRate> getEarningsRates()
public void setEarningsRates(List<EarningsRate> earningsRates)
public PayItem deductionTypes(List<DeductionType> deductionTypes)
public PayItem addDeductionTypesItem(DeductionType deductionTypesItem)
public List<DeductionType> getDeductionTypes()
public void setDeductionTypes(List<DeductionType> deductionTypes)
public PayItem reimbursementTypes(List<ReimbursementType> reimbursementTypes)
public PayItem addReimbursementTypesItem(ReimbursementType reimbursementTypesItem)
public List<ReimbursementType> getReimbursementTypes()
public void setReimbursementTypes(List<ReimbursementType> reimbursementTypes)
Copyright © 2020. All rights reserved.