Class JellyfinCadStudioItems

java.lang.Object
com.lariflix.jemm.dtos.JellyfinCadStudioItems

public class JellyfinCadStudioItems extends Object
This class represents a collection of studio items in the Jellyfin catalog. It is used to store and manage a list of JellyfinCadStudioItem objects.
Since:
1.0
Author:
Cesar Bianchi
See Also:
  • Field Details

  • Constructor Details

    • JellyfinCadStudioItems

      public JellyfinCadStudioItems()
      Default constructor for JellyfinCadStudioItems.
  • Method Details

    • getItems

      public ArrayList<JellyfinCadStudioItem> getItems()
      Retrieves the list of JellyfinCadStudioItem objects.
      Returns:
      The list of JellyfinCadStudioItem objects.
      Since:
      1.0
    • setItems

      public void setItems(ArrayList<JellyfinCadStudioItem> items)
      Sets the list of JellyfinCadStudioItem objects.
      Parameters:
      items - The list of JellyfinCadStudioItem objects.
      Since:
      1.0
    • getTotalRecordCount

      public int getTotalRecordCount()
      Retrieves the total record count.
      Returns:
      The total record count.
      Since:
      1.0
    • setTotalRecordCount

      public void setTotalRecordCount(int totalRecordCount)
      Sets the total record count.
      Parameters:
      totalRecordCount - The total record count.
      Since:
      1.0
    • getStartIndex

      public int getStartIndex()
      Retrieves the start index.
      Returns:
      The start index.
      Since:
      1.0
    • setStartIndex

      public void setStartIndex(int startIndex)
      Sets the start index.
      Parameters:
      startIndex - The start index.
      Since:
      1.0