Class JellyfinCadStudioItem

java.lang.Object
com.lariflix.jemm.dtos.JellyfinCadStudioItem
Direct Known Subclasses:
JellyfinReportStudiosItem

public class JellyfinCadStudioItem extends Object
This class represents a studio item in the Jellyfin catalog. It is used to store and manage information related to a specific studio item.
Since:
1.0
Author:
Cesar Bianchi
  • Field Details

    • name

      public String name
    • serverId

      public String serverId
    • id

      public String id
    • channelId

      public Object channelId
    • type

      public String type
    • locationType

      public String locationType
  • Constructor Details

    • JellyfinCadStudioItem

      public JellyfinCadStudioItem()
      Constructs a new JellyfinCadStudioItem object.
  • Method Details

    • getName

      public String getName()
      Gets the name of the Jellyfin Cad Studio item.
      Returns:
      the name of the item
      Since:
      1.0
    • setName

      public void setName(String name)
      Sets the name of the Jellyfin Cad Studio item.
      Parameters:
      name - the name of the item
      Since:
      1.0
    • getServerId

      public String getServerId()
      Gets the server ID of the Jellyfin Cad Studio item.
      Returns:
      the server ID of the item
      Since:
      1.0
    • setServerId

      public void setServerId(String serverId)
      Sets the server ID of the Jellyfin Cad Studio item.
      Parameters:
      serverId - the server ID of the item
      Since:
      1.0
    • getId

      public String getId()
      Gets the ID of the Jellyfin Cad Studio item.
      Returns:
      the ID of the item
      Since:
      1.0
    • setId

      public void setId(String id)
      Sets the ID of the Jellyfin Cad Studio item.
      Parameters:
      id - the ID of the item
      Since:
      1.0
    • getChannelId

      public Object getChannelId()
      Gets the channel ID of the Jellyfin Cad Studio item.
      Returns:
      the channel ID of the item
      Since:
      1.0
    • setChannelId

      public void setChannelId(Object channelId)
      Sets the channel ID of the Jellyfin Cad Studio item.
      Parameters:
      channelId - the channel ID of the item
      Since:
      1.0
    • getType

      public String getType()
      Gets the type of the Jellyfin Cad Studio item.
      Returns:
      the type of the item
      Since:
      1.0
    • setType

      public void setType(String type)
      Sets the type of the Jellyfin Cad Studio item.
      Parameters:
      type - the type of the item
      Since:
      1.0
    • getLocationType

      public String getLocationType()
      Gets the location type of the Jellyfin Cad Studio item.
      Returns:
      the location type of the item
      Since:
      1.0
    • setLocationType

      public void setLocationType(String locationType)
      Sets the location type of the Jellyfin Cad Studio item.
      Parameters:
      locationType - the location type of the item
      Since:
      1.0