@Entity public class JobTaskTimeEntryEntity extends TCBaseEntity
| Modifier and Type | Field and Description |
|---|---|
private JobTaskTimeAllocationGroupEntity |
allocationGroup |
private Boolean |
billable |
private String |
comment |
private Calendar |
endTime |
private Boolean |
exported |
private String |
exportError |
private String |
externalCode |
private JobTaskEntity |
jobTask |
private Boolean |
lockedByApproval |
private Calendar |
lockedByApprovalDate |
private TrafficEmployeeEntity |
lockedByApprovalEmployee |
private Integer |
minutes |
private Boolean |
readyForExport |
private Boolean |
rejected |
private String |
rejectedComment |
private String |
secondaryExternalCode |
private Boolean |
submitted |
private Money |
timeEntryCost
This cost is calculated from the TrafficEmployee cost per hour (at time of logging)
multiplied by the minutes logged.
|
private Money |
timeEntryPersonalRate |
private TrafficEmployeeEntity |
trafficEmployee |
private BigDecimal |
workPoints |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
JobTaskTimeEntryEntity() |
getTrafficCompany, setTrafficCompanyprivate JobTaskTimeAllocationGroupEntity allocationGroup
private JobTaskEntity jobTask
private TrafficEmployeeEntity trafficEmployee
private Boolean billable
private String comment
private Calendar endTime
private Integer minutes
private Money timeEntryCost
private Money timeEntryPersonalRate
private Boolean lockedByApproval
private TrafficEmployeeEntity lockedByApprovalEmployee
private Calendar lockedByApprovalDate
private Boolean readyForExport
private Boolean exported
private String exportError
private BigDecimal workPoints
private String externalCode
private String secondaryExternalCode
private Boolean submitted
private Boolean rejected
private String rejectedComment
public String getRejectedComment()
public void setRejectedComment(String rejectedComment)
public Boolean getSubmitted()
public void setSubmitted(Boolean submitted)
public Boolean getRejected()
public void setRejected(Boolean rejected)
public Money getTimeEntryPersonalRate()
public void setTimeEntryPersonalRate(Money timeEntryPersonalRate)
public JobTaskEntity getJobTask()
public void setJobTask(JobTaskEntity jobTask)
public TrafficEmployeeEntity getTrafficEmployee()
public void setTrafficEmployee(TrafficEmployeeEntity trafficEmployee)
public Boolean getBillable()
public void setBillable(Boolean billable)
public String getComment()
public void setComment(String comment)
public Calendar getEndTime()
public void setEndTime(Calendar endTime)
public Integer getMinutes()
public void setMinutes(Integer minutes)
public Boolean getLockedByApproval()
public void setLockedByApproval(Boolean lockedByApproval)
public TrafficEmployeeEntity getLockedByApprovalEmployee()
public void setLockedByApprovalEmployee(TrafficEmployeeEntity lockedByApprovalEmployee)
public Calendar getLockedByApprovalDate()
public void setLockedByApprovalDate(Calendar lockedByApprovalDate)
public Money getTimeEntryCost()
public void setTimeEntryCost(Money timeEntryCost)
public JobTaskTimeAllocationGroupEntity getAllocationGroup()
public void setAllocationGroup(JobTaskTimeAllocationGroupEntity allocationGroup)
public Boolean getReadyForExport()
public void setReadyForExport(Boolean readyForExport)
public Boolean getExported()
public void setExported(Boolean exported)
public String getExportError()
public void setExportError(String exportError)
public BigDecimal getWorkPoints()
public void setWorkPoints(BigDecimal workPoints)
public String getExternalCode()
public void setExternalCode(String externalCode)
public String getSecondaryExternalCode()
public void setSecondaryExternalCode(String secondaryExternalCode)
public Money getValueOfTimeEntry()
public BigDecimal getHours()
public Calendar getStartTime()
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.