Uses of Class
com.fourjs.report.facturx.profiles.extended.QuotationReferencedDocument
-
Packages that use QuotationReferencedDocument Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of QuotationReferencedDocument in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return QuotationReferencedDocument Modifier and Type Method Description QuotationReferencedDocument
Invoice. appendNewQuotationReferencedDocument()
Creates a QuotationReferencedDocument object and appends it to the list obtainable by a call to getInvoice.getQuotationReferencedDocuments()
QuotationReferencedDocument
InvoiceLine. appendNewQuotationReferencedDocument()
Creates a QuotationReferencedDocument object and appends it to the list obtainable by a call to getInvoiceLine.getQuotationReferencedDocuments()
QuotationReferencedDocument
QuotationReferencedDocument. setDateTimeString(String value)
QuotationReferencedDocument
QuotationReferencedDocument. setDateTimeStringFormat(String value)
QuotationReferencedDocument
QuotationReferencedDocument. setIssuerAssignedID(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type QuotationReferencedDocument Modifier and Type Method Description List<QuotationReferencedDocument>
Invoice. getQuotationReferencedDocuments()
Returns a list of QuotationReferencedDocument objects previously created by calls toInvoice.appendNewQuotationReferencedDocument()
List<QuotationReferencedDocument>
InvoiceLine. getQuotationReferencedDocuments()
Returns a list of QuotationReferencedDocument objects previously created by calls toInvoiceLine.appendNewQuotationReferencedDocument()
-