@Entity public class TenderSupplierEntity extends TCBaseEntity
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
multicurrencyEnabled |
private BigDecimal |
multicurrencyRate |
private CurrencyType |
otherCurrency |
private Calendar |
proposedDeliveryDate |
private String |
specialConditions |
private SupplierCRMEntryEntity |
supplier |
private CRMEmployeeEntity |
supplierContact |
private LocationAliasEntity |
supplierLocation |
private String |
supplierRef |
private TenderEntity |
tender |
private Calendar |
tenderReceivedDate |
private Calendar |
tenderSentDate |
private Set<TenderSupplierLineItemEntity> |
tenderSupplierLineItems |
private String |
tenderSupplierNotes |
private TenderSupplierStatusType |
tenderSupplierStatusType |
private String |
uuid |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
TenderSupplierEntity() |
getTrafficCompany, setTrafficCompanyprivate String uuid
private String supplierRef
private String specialConditions
private Calendar proposedDeliveryDate
private Calendar tenderSentDate
private Calendar tenderReceivedDate
private TenderSupplierStatusType tenderSupplierStatusType
private BigDecimal multicurrencyRate
private CurrencyType otherCurrency
private Boolean multicurrencyEnabled
private SupplierCRMEntryEntity supplier
private TenderEntity tender
private LocationAliasEntity supplierLocation
private CRMEmployeeEntity supplierContact
private Set<TenderSupplierLineItemEntity> 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 getUuid()
public void setUuid(String uuid)
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 LocationAliasEntity getSupplierLocation()
public void setSupplierLocation(LocationAliasEntity supplierLocation)
public CRMEmployeeEntity getSupplierContact()
public void setSupplierContact(CRMEmployeeEntity supplierContact)
public String getSupplierRef()
public void setSupplierRef(String supplierRef)
public SupplierCRMEntryEntity getSupplier()
public void setSupplier(SupplierCRMEntryEntity supplier)
public TenderEntity getTender()
public void setTender(TenderEntity tender)
public String getSpecialConditions()
public void setSpecialConditions(String specialConditions)
public Calendar getProposedDeliveryDate()
public void setProposedDeliveryDate(Calendar proposedDeliveryDate)
public Set<TenderSupplierLineItemEntity> getTenderSupplierLineItems()
public void setTenderSupplierLineItems(Set<TenderSupplierLineItemEntity> tenderSupplierLineItems)
public void populateChildren()
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.