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