public class JobTaskReportingTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
complete |
private Calendar |
jobDateCreated |
private Identifier |
jobId |
private Identifier |
jobTaskUserCategoryListItemId |
private Integer |
studioAllocationMinutes |
private Calendar |
taskDeadline |
private Calendar |
taskStartDate |
private MoneyTO |
totalCostBillable |
private MoneyTO |
totalCostNonBillable |
private Integer |
totalTimeAllocatedMinutes |
private Integer |
totalTimeLoggedBillableMinutes |
private Integer |
totalTimeLoggedMinutes |
| Constructor and Description |
|---|
JobTaskReportingTO() |
JobTaskReportingTO(Long id) |
JobTaskReportingTO(Long id,
Long jobId,
Boolean complete,
Calendar taskDeadline,
Calendar taskStartDate,
Calendar jobDateCreated,
Integer studioAllocationMinutes,
Integer totalTimeLoggedMinutes,
Integer totalTimeLoggedBillableMinutes,
Integer totalTimeAllocatedMinutes,
BigDecimal totalCostBillable,
CurrencyType totalCostBillableCurrency,
BigDecimal totalCostNonBillable,
CurrencyType totalCostNonBillableCurrency,
Long jobTaskUserCategoryListItemId) |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate Identifier jobId
private Boolean complete
private Calendar taskDeadline
private Calendar taskStartDate
private Calendar jobDateCreated
private Integer studioAllocationMinutes
private Integer totalTimeLoggedMinutes
private Integer totalTimeLoggedBillableMinutes
private Integer totalTimeAllocatedMinutes
private MoneyTO totalCostBillable
private MoneyTO totalCostNonBillable
private Identifier jobTaskUserCategoryListItemId
public JobTaskReportingTO()
public JobTaskReportingTO(Long id)
public JobTaskReportingTO(Long id, Long jobId, Boolean complete, Calendar taskDeadline, Calendar taskStartDate, Calendar jobDateCreated, Integer studioAllocationMinutes, Integer totalTimeLoggedMinutes, Integer totalTimeLoggedBillableMinutes, Integer totalTimeAllocatedMinutes, BigDecimal totalCostBillable, CurrencyType totalCostBillableCurrency, BigDecimal totalCostNonBillable, CurrencyType totalCostNonBillableCurrency, Long jobTaskUserCategoryListItemId)
public Identifier getJobId()
public void setJobId(Identifier jobId)
public Boolean getComplete()
public void setComplete(Boolean complete)
public Calendar getTaskDeadline()
public void setTaskDeadline(Calendar taskDeadline)
public Calendar getTaskStartDate()
public void setTaskStartDate(Calendar taskStartDate)
public Integer getStudioAllocationMinutes()
public void setStudioAllocationMinutes(Integer studioAllocationMinutes)
public Integer getTotalTimeLoggedMinutes()
public void setTotalTimeLoggedMinutes(Integer totalTimeLoggedMinutes)
public Integer getTotalTimeAllocatedMinutes()
public void setTotalTimeAllocatedMinutes(Integer totalTimeAllocatedMinutes)
public MoneyTO getTotalCostBillable()
public void setTotalCostBillable(MoneyTO totalCostBillable)
public MoneyTO getTotalCostNonBillable()
public void setTotalCostNonBillable(MoneyTO totalCostNonBillable)
public Identifier getJobTaskUserCategoryListItemId()
public void setJobTaskUserCategoryListItemId(Identifier jobTaskUserCategoryListItemId)
public Calendar getJobDateCreated()
public void setJobDateCreated(Calendar jobDateCreated)
public Integer getTotalTimeLoggedBillableMinutes()
public void setTotalTimeLoggedBillableMinutes(Integer totalTimeLoggedBillableMinutes)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.