public class TenderSupplierTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
multicurrencyEnabled |
private BigDecimal |
multicurrencyRate |
private CurrencyType |
otherCurrency |
private Calendar |
proposedDeliveryDate |
private String |
specialConditions |
private Identifier |
supplierContactId |
private Identifier |
supplierId |
private Identifier |
supplierLocationId |
private String |
supplierRef |
private Identifier |
tenderId |
private Calendar |
tenderReceivedDate |
private Calendar |
tenderSentDate |
private Set<TenderSupplierLineItemTO> |
tenderSupplierLineItems |
private String |
tenderSupplierNotes |
private TenderSupplierStatusType |
tenderSupplierStatusType |
private String |
uuid |
| Constructor and Description |
|---|
TenderSupplierTO() |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toString@NotNull private String uuid
@Size(max=255) private String supplierRef
@Size(max=255) private String specialConditions
private Calendar proposedDeliveryDate
private Calendar tenderSentDate
private Calendar tenderReceivedDate
private TenderSupplierStatusType tenderSupplierStatusType
private BigDecimal multicurrencyRate
private CurrencyType otherCurrency
private Boolean multicurrencyEnabled
@NotNull private Identifier supplierId
private Identifier tenderId
private Identifier supplierLocationId
private Identifier supplierContactId
private Set<TenderSupplierLineItemTO> tenderSupplierLineItems
private String tenderSupplierNotes
public String getTenderSupplierNotes()
public void setTenderSupplierNotes(String tenderSupplierNotes)
public Calendar getTenderSentDate()
public void setTenderSentDate(Calendar tenderSentDate)
public Calendar getTenderReceivedDate()
public void setTenderReceivedDate(Calendar tenderReceivedDate)
public TenderSupplierStatusType getTenderSupplierStatusType()
public void setTenderSupplierStatusType(TenderSupplierStatusType tenderSupplierStatusType)
public String getSupplierRef()
public void setSupplierRef(String supplierRef)
public String getSpecialConditions()
public void setSpecialConditions(String specialConditions)
public Calendar getProposedDeliveryDate()
public void setProposedDeliveryDate(Calendar proposedDeliveryDate)
public BigDecimal getMulticurrencyRate()
public void setMulticurrencyRate(BigDecimal multicurrencyRate)
public CurrencyType getOtherCurrency()
public void setOtherCurrency(CurrencyType otherCurrency)
public Boolean getMulticurrencyEnabled()
public void setMulticurrencyEnabled(Boolean multicurrencyEnabled)
public Identifier getSupplierId()
public void setSupplierId(Identifier supplierId)
public Identifier getTenderId()
public void setTenderId(Identifier tenderId)
public Identifier getSupplierLocationId()
public void setSupplierLocationId(Identifier supplierLocationId)
public Identifier getSupplierContactId()
public void setSupplierContactId(Identifier supplierContactId)
public Set<TenderSupplierLineItemTO> getTenderSupplierLineItems()
public void setTenderSupplierLineItems(Set<TenderSupplierLineItemTO> tenderSupplierLineItems)
public String getUuid()
public void setUuid(String uuid)
public void removeTenderSupplierLineItemsWithTenderLineItemUUID(String tenderLineItemUUID)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.