Interface ItemsInterface


public interface ItemsInterface
Author:
m.vanleunen
  • Method Summary

    Modifier and Type
    Method
    Description
    createItem(long itemdefnr)
    Creates a new item.
  • Method Details

    • createItem

      Item createItem(long itemdefnr)
      Creates a new item. Returns null if no item was successfully created.
      Parameters:
      itemdefnr - the id of the item definition
      Returns:
      the new item or null if not created