Uses of Class
com.fourjs.report.facturx.profiles.extended.ItemGlobalIdentifier
-
Packages that use ItemGlobalIdentifier Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of ItemGlobalIdentifier in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return ItemGlobalIdentifier Modifier and Type Method Description ItemGlobalIdentifier
DetailedInformationOnTheIncludedItems. appendNewItemGlobalIdentifier()
Creates an ItemGlobalIdentifier object and appends it to the list obtainable by a call to getDetailedInformationOnTheIncludedItems.getItemGlobalIdentifiers()
ItemGlobalIdentifier
ItemGlobalIdentifier. setGlobalItemSchemeIdentifierAttribute(String value)
ItemGlobalIdentifier
ItemGlobalIdentifier. setItemGlobalIdentifier(String value)
Methods in com.fourjs.report.facturx.profiles.extended that return types with arguments of type ItemGlobalIdentifier Modifier and Type Method Description List<ItemGlobalIdentifier>
DetailedInformationOnTheIncludedItems. getItemGlobalIdentifiers()
Returns a list of ItemGlobalIdentifier objects previously created by calls toDetailedInformationOnTheIncludedItems.appendNewItemGlobalIdentifier()
-