public class SupplierOrderListTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Long |
accountManagerId |
private Calendar |
actualDeliveryDate |
private MoneyTO |
cost |
private Calendar |
estimatedDeliveryDate |
private Long |
jobId |
private Long |
jobThirdPartyCostId |
private String |
notes |
private String |
orderDescription |
private String |
orderNumber |
private OrderStateType |
orderState |
private Long |
supplierId |
private Long |
supplierOrderId |
| Constructor and Description |
|---|
SupplierOrderListTO() |
SupplierOrderListTO(Long jobThirdPartyCostId,
Long jobId,
Long supplierOrderId,
OrderStateType orderState,
BigDecimal costAmount,
CurrencyType costCurrency,
String description,
Calendar estimatedDeliveryDate,
Calendar actualDeliveryDate,
Long supplierId,
String orderNumber,
String orderNotes,
Long accountManagerId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAccountManagerId() |
Calendar |
getActualDeliveryDate() |
MoneyTO |
getCost() |
Calendar |
getEstimatedDeliveryDate() |
Long |
getJobId() |
Long |
getJobThirdPartyCostId() |
String |
getNotes() |
String |
getOrderDescription() |
String |
getOrderNumber() |
OrderStateType |
getOrderState() |
Long |
getSupplierId() |
Long |
getSupplierOrderId() |
int |
hashCode() |
void |
setAccountManagerId(Long accountManagerId) |
void |
setActualDeliveryDate(Calendar actualDeliveryDate) |
void |
setCost(MoneyTO cost) |
void |
setEstimatedDeliveryDate(Calendar estimatedDeliveryDate) |
void |
setJobId(Long jobId) |
void |
setJobThirdPartyCostId(Long jobThirdPartyCostId) |
void |
setNotes(String description) |
void |
setOrderDescription(String orderDescription) |
void |
setOrderNumber(String orderNumber) |
void |
setOrderState(OrderStateType orderState) |
void |
setSupplierId(Long supplierId) |
void |
setSupplierOrderId(Long supplierOrderId) |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate Long jobThirdPartyCostId
private Long jobId
private Long supplierOrderId
private MoneyTO cost
private String notes
private OrderStateType orderState
private Calendar estimatedDeliveryDate
private Calendar actualDeliveryDate
private Long accountManagerId
private Long supplierId
private String orderNumber
private String orderDescription
public SupplierOrderListTO(Long jobThirdPartyCostId, Long jobId, Long supplierOrderId, OrderStateType orderState, BigDecimal costAmount, CurrencyType costCurrency, String description, Calendar estimatedDeliveryDate, Calendar actualDeliveryDate, Long supplierId, String orderNumber, String orderNotes, Long accountManagerId)
public SupplierOrderListTO()
public Long getJobThirdPartyCostId()
public void setJobThirdPartyCostId(Long jobThirdPartyCostId)
public Long getJobId()
public void setJobId(Long jobId)
public Long getSupplierOrderId()
public void setSupplierOrderId(Long supplierOrderId)
public OrderStateType getOrderState()
public void setOrderState(OrderStateType orderState)
public MoneyTO getCost()
public void setCost(MoneyTO cost)
public String getNotes()
public void setNotes(String description)
public Calendar getEstimatedDeliveryDate()
public void setEstimatedDeliveryDate(Calendar estimatedDeliveryDate)
public Calendar getActualDeliveryDate()
public void setActualDeliveryDate(Calendar actualDeliveryDate)
public Long getSupplierId()
public void setSupplierId(Long supplierId)
public String getOrderNumber()
public void setOrderNumber(String orderNumber)
public String getOrderDescription()
public void setOrderDescription(String orderDescription)
public Long getAccountManagerId()
public void setAccountManagerId(Long accountManagerId)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.