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 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)
ContractReference
ContractReference. setDateTimeString(String value)
ContractReference
ContractReference. 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()
-