Uses of Class
com.fourjs.report.facturx.profiles.en16931.ContractReference
-
Packages that use ContractReference Package Description com.fourjs.report.facturx.profiles.en16931 -
-
Uses of ContractReference in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 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.en16931 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()
-