public class JobThirdPartyCostListTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Calendar |
estimatedDeliveryDate |
private Identifier |
jobId |
private String |
jobName |
private String |
jobTaskDescription |
private OrderPaymentStatusType |
orderPaymentStatus |
private OrderStateType |
orderStateType |
private Identifier |
supplierId |
| Constructor and Description |
|---|
JobThirdPartyCostListTO() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEstimatedDeliveryDate() |
Identifier |
getJobId() |
String |
getJobName() |
String |
getJobTaskDescription() |
OrderPaymentStatusType |
getOrderPaymentStatus() |
OrderStateType |
getOrderStateType() |
Identifier |
getSupplierId() |
void |
setEstimatedDeliveryDate(Calendar estimatedDeliveryDate) |
void |
setJobId(Identifier jobId) |
void |
setJobName(String jobName) |
void |
setJobTaskDescription(String jobTaskDescription) |
void |
setOrderPaymentStatus(OrderPaymentStatusType orderPaymentStatus) |
void |
setOrderStateType(OrderStateType orderStateType) |
void |
setSupplierId(Identifier supplierId) |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate Identifier jobId
private String jobName
private String jobTaskDescription
private Identifier supplierId
private OrderStateType orderStateType
private Calendar estimatedDeliveryDate
private OrderPaymentStatusType orderPaymentStatus
public Identifier getJobId()
public void setJobId(Identifier jobId)
public String getJobName()
public void setJobName(String jobName)
public String getJobTaskDescription()
public void setJobTaskDescription(String jobTaskDescription)
public Identifier getSupplierId()
public void setSupplierId(Identifier supplierId)
public OrderStateType getOrderStateType()
public void setOrderStateType(OrderStateType orderStateType)
public Calendar getEstimatedDeliveryDate()
public void setEstimatedDeliveryDate(Calendar estimatedDeliveryDate)
public OrderPaymentStatusType getOrderPaymentStatus()
public void setOrderPaymentStatus(OrderPaymentStatusType orderPaymentStatus)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.