public class JobTaskTimeAllocationEmployeeUtilisationReportingTO extends Object implements AddPropertiesToEmployeeUtilisation
| Modifier and Type | Field and Description |
|---|---|
private Long |
allocatedTimeMinutesSum |
private Calendar |
startTimeDate |
private Long |
trafficEmployeeId |
private BigDecimal |
valueOfAllocatedWork |
| Constructor and Description |
|---|
JobTaskTimeAllocationEmployeeUtilisationReportingTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertiesTo(EmployeeUtilisationReportingTO loggedTimeEntry) |
Long |
getAllocatedTimeMinutesSum() |
Calendar |
getStartTimeDate() |
Long |
getTrafficEmployeeId() |
BigDecimal |
getValueOfAllocatedWork() |
void |
setAllocatedTimeMinutesSum(Long allocatedTimeMinutesSum) |
void |
setStartTimeDate(Calendar startTimeDate) |
void |
setTrafficEmployeeId(Long trafficEmployeeId) |
void |
setValueOfAllocatedWork(BigDecimal valueOfAllocatedWork) |
private Calendar startTimeDate
private Long trafficEmployeeId
private Long allocatedTimeMinutesSum
private BigDecimal valueOfAllocatedWork
public JobTaskTimeAllocationEmployeeUtilisationReportingTO()
public Calendar getStartTimeDate()
getStartTimeDate in interface AddPropertiesToEmployeeUtilisationpublic void setStartTimeDate(Calendar startTimeDate)
setStartTimeDate in interface AddPropertiesToEmployeeUtilisationpublic Long getTrafficEmployeeId()
getTrafficEmployeeId in interface AddPropertiesToEmployeeUtilisationpublic void setTrafficEmployeeId(Long trafficEmployeeId)
public Long getAllocatedTimeMinutesSum()
public void setAllocatedTimeMinutesSum(Long allocatedTimeMinutesSum)
public BigDecimal getValueOfAllocatedWork()
public void setValueOfAllocatedWork(BigDecimal valueOfAllocatedWork)
public void addPropertiesTo(EmployeeUtilisationReportingTO loggedTimeEntry)
addPropertiesTo in interface AddPropertiesToEmployeeUtilisationCopyright © 2008–2016 Sohnar Ltd.. All rights reserved.