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