Uses of Class
fr.becpg.repo.entity.comparison.AbstractComparableItem
Packages that use AbstractComparableItem
-
Uses of AbstractComparableItem in fr.becpg.repo.entity.comparison
Subclasses of AbstractComparableItem in fr.becpg.repo.entity.comparisonModifier and TypeClassDescriptionclassThe Class ComparableItem.classComparable item that have children.Fields in fr.becpg.repo.entity.comparison with type parameters of type AbstractComparableItemModifier and TypeFieldDescriptionprotected Map<String,AbstractComparableItem> CompositeComparableItem.itemListThe item list.Methods in fr.becpg.repo.entity.comparison that return AbstractComparableItemModifier and TypeMethodDescriptionGets the.Methods in fr.becpg.repo.entity.comparison that return types with arguments of type AbstractComparableItemMethods in fr.becpg.repo.entity.comparison with parameters of type AbstractComparableItemModifier and TypeMethodDescriptionvoidCompositeComparableItem.add(String pivot, AbstractComparableItem item) Adds the.voidCompositeComparableItem.remove(String pivot, AbstractComparableItem item) Removes the.Method parameters in fr.becpg.repo.entity.comparison with type arguments of type AbstractComparableItemModifier and TypeMethodDescriptionvoidCompositeComparableItem.setItemList(Map<String, AbstractComparableItem> itemList) Sets the item list.