public int getItemShareModifier() {
    if (itemShareModifier < 10) {
      setItemShareModifier(10);
    }

    return itemShareModifier;
  }