public class EmployeeUtilisationReportingTO extends BaseTO
| Modifier and Type | Class and Description |
|---|---|
static class |
EmployeeUtilisationReportingTO.EmpDateIdComparitor |
| Modifier and Type | Field and Description |
|---|---|
private Long |
allocatedTimeMinutesSum |
private Long |
calendarBlockTimeMinutesSum |
private Long |
chargeBandId |
private String |
employeeTimeZoneString |
private Long |
jobTaskId |
private Long |
minutesSum |
private Long |
minutesSumBillable |
private Long |
minutesSumNonBillable |
private Calendar |
startTimeDate |
private Integer |
startTimeDateBillableWorkCapacityMinutes |
private Calendar |
startTimeDateInUTC |
private Integer |
startTimeDateWorkCapacityMinutes |
private BigDecimal |
timeEntryCost |
private Long |
trafficEmployeeId |
private BigDecimal |
valueOfAllocatedWork |
private BigDecimal |
valueOfTimeEntry |
private Boolean |
workingDay |
private BigDecimal |
workPoints |
| Constructor and Description |
|---|
EmployeeUtilisationReportingTO() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate Calendar startTimeDate
private transient Calendar startTimeDateInUTC
private Long jobTaskId
private Long trafficEmployeeId
private Long chargeBandId
private Long minutesSum
private Long minutesSumNonBillable
private Long minutesSumBillable
private BigDecimal timeEntryCost
private BigDecimal workPoints
private String employeeTimeZoneString
private BigDecimal valueOfTimeEntry
private Long allocatedTimeMinutesSum
private BigDecimal valueOfAllocatedWork
private Long calendarBlockTimeMinutesSum
private Integer startTimeDateWorkCapacityMinutes
private Integer startTimeDateBillableWorkCapacityMinutes
private Boolean workingDay
public Calendar getStartTimeDateInUTC()
public void setStartTimeDateInUTC(Calendar startTimeDateInUTC)
public Boolean getWorkingDay()
public void setWorkingDay(Boolean workingDay)
public Calendar getStartTimeDate()
public void setStartTimeDate(Calendar startTimeDate)
public Long getTrafficEmployeeId()
public void setTrafficEmployeeId(Long trafficEmployeeId)
public Long getChargeBandId()
public void setChargeBandId(Long chargeBandId)
public Long getMinutesSum()
public void setMinutesSum(Long minutesSum)
public Long getJobTaskId()
public void setJobTaskId(Long jobTaskId)
public BigDecimal getTimeEntryCost()
public void setTimeEntryCost(BigDecimal timeEntryCost)
public Integer getStartTimeDateWorkCapacityMinutes()
public void setStartTimeDateWorkCapacityMinutes(Integer dayCapacity)
public Long getMinutesSumNonBillable()
public void setMinutesSumNonBillable(Long minutesSumNonBillable)
public Long getMinutesSumBillable()
public void setMinutesSumBillable(Long minutesSumBillable)
public Long getAllocatedTimeMinutesSum()
public void setAllocatedTimeMinutesSum(Long allocatedTimeMinutesSum)
public Long getCalendarBlockTimeMinutesSum()
public void setCalendarBlockTimeMinutesSum(Long calendarBlockTimeMinutesSum)
public BigDecimal getValueOfTimeEntry()
public void setValueOfTimeEntry(BigDecimal valueOfTimeEntry)
public BigDecimal getValueOfAllocatedWork()
public void setValueOfAllocatedWork(BigDecimal valueOfAllocatedWork)
public BigDecimal getWorkPoints()
public void setWorkPoints(BigDecimal workPoints)
public Integer getStartTimeDateBillableWorkCapacityMinutes()
public void setStartTimeDateBillableWorkCapacityMinutes(Integer startTimeDateBillableWorkCapacityMinutes)
public String getEmployeeTimeZoneString()
public void setEmployeeTimeZoneString(String employeeTimeZoneString)
protected void populateFromInternal(EmployeeUtilisationReportingTO loggedTimeEntry)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.