public class JobBillableAggregateEntityTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private BigDecimal |
jobExpenseTotal |
private Long |
jobId |
private BigDecimal |
jobTaskAmountTotal |
private BigDecimal |
jobThirdPartyCostTotal |
| Constructor and Description |
|---|
JobBillableAggregateEntityTO(Long jobId,
BigDecimal jobTaskAmountTotal,
BigDecimal jobThirdPartyCostTotal,
BigDecimal jobExpenseTotal) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAggregateTotal() |
BigDecimal |
getJobExpenseTotal() |
BigDecimal |
getJobTaskAmountTotal() |
BigDecimal |
getJobThirdPartyCostTotal() |
private Long jobId
private BigDecimal jobTaskAmountTotal
private BigDecimal jobThirdPartyCostTotal
private BigDecimal jobExpenseTotal
public JobBillableAggregateEntityTO(Long jobId, BigDecimal jobTaskAmountTotal, BigDecimal jobThirdPartyCostTotal, BigDecimal jobExpenseTotal)
public BigDecimal getJobTaskAmountTotal()
public BigDecimal getJobThirdPartyCostTotal()
public BigDecimal getJobExpenseTotal()
public BigDecimal getAggregateTotal()
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.