@Entity public class BaselineAllocationEntity extends TCBaseEntity
| Modifier and Type | Field and Description |
|---|---|
private Money |
cost |
private JobTaskEntity |
jobTask |
private PrecisionMoney |
rate |
private PrecisionMoney |
rateOtherCurrency |
private Money |
total |
private Money |
totalOtherCurrency |
private Integer |
totalTimeAllocatedMinutes |
private TrafficEmployeeEntity |
trafficEmployee |
private String |
uuid |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
BaselineAllocationEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getCost() |
JobTaskEntity |
getJobTask() |
PrecisionMoney |
getRate() |
PrecisionMoney |
getRateOtherCurrency() |
Money |
getTotal() |
Money |
getTotalOtherCurrency() |
Integer |
getTotalTimeAllocatedMinutes() |
TrafficEmployeeEntity |
getTrafficEmployee() |
int |
hashCode() |
void |
setCost(Money cost) |
void |
setJobTask(JobTaskEntity jobTask) |
void |
setRate(PrecisionMoney rate) |
void |
setRateOtherCurrency(PrecisionMoney rateOtherCurrency) |
void |
setTotal(Money total) |
void |
setTotalOtherCurrency(Money totalOtherCurrency) |
void |
setTotalTimeAllocatedMinutes(Integer totalTimeAllocatedMinutes) |
void |
setTrafficEmployee(TrafficEmployeeEntity trafficEmployee) |
getTrafficCompany, setTrafficCompanyprivate JobTaskEntity jobTask
private TrafficEmployeeEntity trafficEmployee
private String uuid
private Integer totalTimeAllocatedMinutes
private Money cost
private PrecisionMoney rate
private Money total
private PrecisionMoney rateOtherCurrency
private Money totalOtherCurrency
public JobTaskEntity getJobTask()
public void setJobTask(JobTaskEntity jobTask)
public TrafficEmployeeEntity getTrafficEmployee()
public void setTrafficEmployee(TrafficEmployeeEntity trafficEmployee)
public Integer getTotalTimeAllocatedMinutes()
public void setTotalTimeAllocatedMinutes(Integer totalTimeAllocatedMinutes)
public Money getCost()
public void setCost(Money cost)
public PrecisionMoney getRate()
public void setRate(PrecisionMoney rate)
public Money getTotal()
public void setTotal(Money total)
public PrecisionMoney getRateOtherCurrency()
public void setRateOtherCurrency(PrecisionMoney rateOtherCurrency)
public Money getTotalOtherCurrency()
public void setTotalOtherCurrency(Money totalOtherCurrency)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.