Uses of Class
com.fourjs.report.facturx.profiles.basic.DespatchAdviceReference
-
Packages that use DespatchAdviceReference Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of DespatchAdviceReference in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return DespatchAdviceReference Modifier and Type Method Description DespatchAdviceReference
Invoice. appendNewDespatchAdviceReference()
Creates a DespatchAdviceReference object and appends it to the list obtainable by a call to getInvoice.getDespatchAdviceReferences()
DespatchAdviceReference
DespatchAdviceReference. setDespatchAdviceReference(DocumentReference value)
Methods in com.fourjs.report.facturx.profiles.basic that return types with arguments of type DespatchAdviceReference Modifier and Type Method Description List<DespatchAdviceReference>
Invoice. getDespatchAdviceReferences()
Returns a list of DespatchAdviceReference objects previously created by calls toInvoice.appendNewDespatchAdviceReference()
-