Uses of Class
com.fourjs.report.facturx.profiles.basicwl.DocumentReference
-
Packages that use DocumentReference Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of DocumentReference in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return DocumentReference Modifier and Type Method Description static DocumentReference
DocumentReference. fromString(String value)
DocumentReference
ContractReference. getContractReference()
BT-12:Contract referenceDocumentReference
DespatchAdviceReference. getDespatchAdviceReference()
BT-16:Despatch advice referenceDocumentReference
PrecedingInvoiceReference. getPrecedingInvoiceReference()
BT-25:Preceding Invoice referenceDocumentReference
PurchaseOrderReference. getPurchaseOrderReference()
BT-13:Purchase order referencestatic DocumentReference
DocumentReference. valueOf(String value)
Methods in com.fourjs.report.facturx.profiles.basicwl with parameters of type DocumentReference Modifier and Type Method Description ContractReference
ContractReference. setContractReference(DocumentReference value)
DespatchAdviceReference
DespatchAdviceReference. setDespatchAdviceReference(DocumentReference value)
PrecedingInvoiceReference
PrecedingInvoiceReference. setPrecedingInvoiceReference(DocumentReference value)
PurchaseOrderReference
PurchaseOrderReference. setPurchaseOrderReference(DocumentReference value)
-