public class BaselineAllocationTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private MoneyTO |
cost |
private PrecisionMoneyTO |
rate |
private PrecisionMoneyTO |
rateOtherCurrency |
private MoneyTO |
total |
private MoneyTO |
totalOtherCurrency |
private Integer |
totalTimeAllocatedMinutes |
private Identifier |
trafficEmployeeId |
private String |
uuid |
| Constructor and Description |
|---|
BaselineAllocationTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MoneyTO |
getCost() |
PrecisionMoneyTO |
getRate() |
PrecisionMoneyTO |
getRateOtherCurrency() |
MoneyTO |
getTotal() |
MoneyTO |
getTotalOtherCurrency() |
Integer |
getTotalTimeAllocatedMinutes() |
Identifier |
getTrafficEmployeeId() |
String |
getUuid() |
int |
hashCode() |
void |
setCost(MoneyTO cost) |
void |
setRate(PrecisionMoneyTO rate) |
void |
setRateOtherCurrency(PrecisionMoneyTO rateOtherCurrency) |
void |
setTotal(MoneyTO total) |
void |
setTotalOtherCurrency(MoneyTO totalOtherCurrency) |
void |
setTotalTimeAllocatedMinutes(Integer totalTimeAllocatedMinutes) |
void |
setTrafficEmployeeId(Identifier trafficEmployeeId) |
void |
setUuid(String uuid) |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toString@NotNull private Identifier trafficEmployeeId
@NotNull private String uuid
private Integer totalTimeAllocatedMinutes
private MoneyTO cost
private PrecisionMoneyTO rate
private MoneyTO total
private PrecisionMoneyTO rateOtherCurrency
private MoneyTO totalOtherCurrency
public Identifier getTrafficEmployeeId()
public void setTrafficEmployeeId(Identifier trafficEmployeeId)
public String getUuid()
public void setUuid(String uuid)
public Integer getTotalTimeAllocatedMinutes()
public void setTotalTimeAllocatedMinutes(Integer totalTimeAllocatedMinutes)
public MoneyTO getCost()
public void setCost(MoneyTO cost)
public PrecisionMoneyTO getRate()
public void setRate(PrecisionMoneyTO rate)
public MoneyTO getTotal()
public void setTotal(MoneyTO total)
public PrecisionMoneyTO getRateOtherCurrency()
public void setRateOtherCurrency(PrecisionMoneyTO rateOtherCurrency)
public MoneyTO getTotalOtherCurrency()
public void setTotalOtherCurrency(MoneyTO totalOtherCurrency)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.