public class TenderSupplierWithDocumentTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
document |
private TenderSupplierTO |
tenderSupplier |
| Constructor and Description |
|---|
TenderSupplierWithDocumentTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument() |
TenderSupplierTO |
getTenderSupplier() |
void |
setDocument(String document) |
void |
setTenderSupplier(TenderSupplierTO tenderSupplier) |
private TenderSupplierTO tenderSupplier
private String document
public TenderSupplierTO getTenderSupplier()
public void setTenderSupplier(TenderSupplierTO tenderSupplier)
public String getDocument()
public void setDocument(String document)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.