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 QuotationReferencedDocumentInvoice. appendNewQuotationReferencedDocument()Creates a QuotationReferencedDocument object and appends it to the list obtainable by a call to getInvoice.getQuotationReferencedDocuments()QuotationReferencedDocumentInvoiceLine. appendNewQuotationReferencedDocument()Creates a QuotationReferencedDocument object and appends it to the list obtainable by a call to getInvoiceLine.getQuotationReferencedDocuments()QuotationReferencedDocumentQuotationReferencedDocument. setDateTimeString(String value)QuotationReferencedDocumentQuotationReferencedDocument. setDateTimeStringFormat(String value)QuotationReferencedDocumentQuotationReferencedDocument. 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()
-