public class JobExpenseEntryTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private PrecisionMoneyTO |
costPerItem |
private String |
description |
private String |
details |
private Calendar |
expenseIncurredDate |
private ExpenseSheetLineItemTO |
expenseSheetLineItem |
private MoneyTO |
expenseValue |
private JobExpenseEntryType |
jobExpenseEntryType |
private Identifier |
jobExpenseId |
private Identifier |
jobId |
private Boolean |
lockedByApproval |
private Identifier |
paidForByEmployeeId |
private Integer |
quantity |
private Identifier |
trafficEmployeeId |
| Constructor and Description |
|---|
JobExpenseEntryTO() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toString@NotNull private Identifier jobExpenseId
@NotNull private JobExpenseEntryType jobExpenseEntryType
@NotNull private String description
private String details
@NotNull private Calendar expenseIncurredDate
@NotNull private Integer quantity
@NotNull private PrecisionMoneyTO costPerItem
@NotNull private MoneyTO expenseValue
private Identifier trafficEmployeeId
private Boolean lockedByApproval
private Identifier paidForByEmployeeId
private ExpenseSheetLineItemTO expenseSheetLineItem
private Identifier jobId
public Identifier getJobId()
public void setJobId(Identifier jobId)
public ExpenseSheetLineItemTO getExpenseSheetLineItem()
public void setExpenseSheetLineItem(ExpenseSheetLineItemTO expenseSheetLineItem)
public Identifier getJobExpenseId()
public void setJobExpenseId(Identifier jobExpenseId)
public MoneyTO getExpenseValue()
public void setExpenseValue(MoneyTO expenseValue)
public String getDescription()
public void setDescription(String description)
public Identifier getTrafficEmployeeId()
public void setTrafficEmployeeId(Identifier trafficEmployeeId)
public Boolean getLockedByApproval()
public void setLockedByApproval(Boolean lockedByApproval)
public Calendar getExpenseIncurredDate()
public void setExpenseIncurredDate(Calendar expenseIncurredDate)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public PrecisionMoneyTO getCostPerItem()
public void setCostPerItem(PrecisionMoneyTO costPerItem)
public JobExpenseEntryType getJobExpenseEntryType()
public void setJobExpenseEntryType(JobExpenseEntryType jobExpenseEntryType)
public Identifier getPaidForByEmployeeId()
public void setPaidForByEmployeeId(Identifier paidForByEmployeeId)
public String getDetails()
public void setDetails(String details)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.