Uses of Class
com.fourjs.report.facturx.profiles.extended.FinalRecipientIdentifier
-
Packages that use FinalRecipientIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of FinalRecipientIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return FinalRecipientIdentifier Modifier and Type Method Description FinalRecipientIdentifier
InvoiceLine. appendNewFinalRecipientIdentifier()
Creates a FinalRecipientIdentifier object and appends it to the list obtainable by a call to getInvoiceLine.getFinalRecipientIdentifiers()
FinalRecipientIdentifier
FinalRecipientIdentifier. setFinalRecipientIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type FinalRecipientIdentifier Modifier and Type Method Description List<FinalRecipientIdentifier>
InvoiceLine. getFinalRecipientIdentifiers()
Returns a list of FinalRecipientIdentifier objects previously created by calls toInvoiceLine.appendNewFinalRecipientIdentifier()
-