All Known Implementing Classes:
CPQItemFactory, DefaultItemFactory

public interface ItemFactory
Factory to create new instance of item
  • Method Summary

    Modifier and Type
    Method
    Description
    Return new instance of item
  • Method Details

    • createItem

      Item createItem()
      Return new instance of item
      Returns:
      item