public class TimeEntryEmployeeUtilisationReportingTO extends Object implements AddPropertiesToEmployeeUtilisation
| Modifier and Type | Field and Description |
|---|---|
private Long |
countLockedByApprovalFalse |
private Long |
minutesSum |
private Long |
minutesSumBillable |
private Long |
minutesSumNonBillable |
private Calendar |
startTimeDate |
private BigDecimal |
timeEntryCost |
private Long |
trafficEmployeeId |
private BigDecimal |
valueOfTimeEntry |
private BigDecimal |
workPoints |
| Constructor and Description |
|---|
TimeEntryEmployeeUtilisationReportingTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertiesTo(EmployeeUtilisationReportingTO loggedTimeEntry) |
Long |
getCountLockedByApprovalFalse() |
Long |
getMinutesSum() |
Long |
getMinutesSumBillable() |
Long |
getMinutesSumNonBillable() |
Calendar |
getStartTimeDate() |
BigDecimal |
getTimeEntryCost() |
Long |
getTrafficEmployeeId() |
BigDecimal |
getValueOfTimeEntry() |
BigDecimal |
getWorkPoints() |
void |
setCountLockedByApprovalFalse(Long countLockedByApprovalFalse) |
void |
setMinutesSum(Long minutesSum) |
void |
setMinutesSumBillable(Long minutesSumBillable) |
void |
setMinutesSumNonBillable(Long minutesSumNonBillable) |
void |
setStartTimeDate(Calendar startTimeDate) |
void |
setTimeEntryCost(BigDecimal timeEntryCost) |
void |
setTrafficEmployeeId(Long trafficEmployeeId) |
void |
setValueOfTimeEntry(BigDecimal valueOfTimeEntry) |
void |
setWorkPoints(BigDecimal workPoints) |
private Calendar startTimeDate
private Long trafficEmployeeId
private Long minutesSum
private Long minutesSumNonBillable
private Long minutesSumBillable
private Long countLockedByApprovalFalse
private BigDecimal timeEntryCost
private BigDecimal valueOfTimeEntry
private BigDecimal workPoints
public TimeEntryEmployeeUtilisationReportingTO()
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 getMinutesSum()
public void setMinutesSum(Long minutesSum)
public Long getMinutesSumNonBillable()
public void setMinutesSumNonBillable(Long minutesSumNonBillable)
public Long getMinutesSumBillable()
public void setMinutesSumBillable(Long minutesSumBillable)
public BigDecimal getTimeEntryCost()
public void setTimeEntryCost(BigDecimal timeEntryCost)
public BigDecimal getValueOfTimeEntry()
public void setValueOfTimeEntry(BigDecimal valueOfTimeEntry)
public Long getCountLockedByApprovalFalse()
public void setCountLockedByApprovalFalse(Long countLockedByApprovalFalse)
public BigDecimal getWorkPoints()
public void setWorkPoints(BigDecimal workPoints)
public void addPropertiesTo(EmployeeUtilisationReportingTO loggedTimeEntry)
addPropertiesTo in interface AddPropertiesToEmployeeUtilisationCopyright © 2008–2016 Sohnar Ltd.. All rights reserved.