java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.Item

public class Item extends Object
The Class Item.
  • Constructor Details

    • Item

      public Item()
      Instantiates a new item.
  • Method Details

    • clone

      public Item clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getItems

      public List<SharedItemIndex> getItems()
      Gets the items.
      Returns:
      the items
    • getDataFieldIndex

      public int getDataFieldIndex()
      Gets the data field index.
      Returns:
      the data field index
    • setDataFieldIndex

      public void setDataFieldIndex(int dataFieldIndex)
      Sets the data field index.
      Parameters:
      dataFieldIndex - the new data field index
    • getRepeatItemCount

      public int getRepeatItemCount()
      Gets the repeat item count.
      Returns:
      the repeat item count
    • setRepeatItemCount

      public void setRepeatItemCount(int repeatItemCount)
      Sets the repeat item count.
      Parameters:
      repeatItemCount - the new repeat item count
    • getType

      public PivotItemType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(PivotItemType type)
      Sets the type.
      Parameters:
      type - the new type