Uses of Class
com.fourjs.report.facturx.profiles.basic.ContractReference
-
Packages that use ContractReference Package Description com.fourjs.report.facturx.profiles.basic -
-
Uses of ContractReference in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return ContractReference Modifier and Type Method Description ContractReference
Invoice. appendNewContractReference()
Creates a ContractReference object and appends it to the list obtainable by a call to getInvoice.getContractReferences()
ContractReference
ContractReference. setContractReference(DocumentReference value)
Methods in com.fourjs.report.facturx.profiles.basic 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()
-