Uses of Class
com.fourjs.report.facturx.profiles.extended.DespatchAdviceReference
-
Packages that use DespatchAdviceReference Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of DespatchAdviceReference in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended 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. setDateTimeString(String value)
DespatchAdviceReference
DespatchAdviceReference. setDateTimeStringFormat(String value)
DespatchAdviceReference
DespatchAdviceReference. setDespatchAdviceReference(DocumentReference value)
Methods in com.fourjs.report.facturx.profiles.extended 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()
-