Class JellyfinCadPeopleItem

java.lang.Object
com.lariflix.jemm.dtos.JellyfinCadPeopleItem
Direct Known Subclasses:
JellyfinReportPeopleItem

public class JellyfinCadPeopleItem extends Object
Represents a JellyfinCadPeopleItem object.
Since:
1.0.0
Author:
Cesar Bianchi
See Also:
  • Field Details

    • name

      public String name
    • serverId

      public String serverId
    • id

      public String id
    • premiereDate

      public Date premiereDate
    • criticRating

      public int criticRating
    • officialRating

      public String officialRating
    • channelId

      public Object channelId
    • communityRating

      public int communityRating
    • productionYear

      public int productionYear
    • type

      public String type
    • locationType

      public String locationType
  • Constructor Details

    • JellyfinCadPeopleItem

      public JellyfinCadPeopleItem()
      Default constructor for the JellyfinCadPeopleItem class. This constructor is used when creating a new instance of this class without setting any initial values.
      Since:
      1.0
  • Method Details

    • getName

      public String getName()
      Gets the name of the JellyfinCadPeopleItem.
      Returns:
      the name of the JellyfinCadPeopleItem
      Since:
      1.0
    • setName

      public void setName(String name)
      Sets the name of the JellyfinCadPeopleItem.
      Parameters:
      name - the name to set
      Since:
      1.0
    • getServerId

      public String getServerId()
      Gets the server ID of the JellyfinCadPeopleItem.
      Returns:
      the server ID of the JellyfinCadPeopleItem
      Since:
      1.0
    • setServerId

      public void setServerId(String serverId)
      Sets the server ID of the JellyfinCadPeopleItem.
      Parameters:
      serverId - the server ID to set
      Since:
      1.0
    • getId

      public String getId()
      Gets the ID of the JellyfinCadPeopleItem.
      Returns:
      the ID of the JellyfinCadPeopleItem
      Since:
      1.0
    • setId

      public void setId(String id)
      Sets the ID of the JellyfinCadPeopleItem.
      Parameters:
      id - the ID to set
      Since:
      1.0
    • getPremiereDate

      public Date getPremiereDate()
      Gets the premiere date of the JellyfinCadPeopleItem.
      Returns:
      the premiere date of the JellyfinCadPeopleItem
      Since:
      1.0
    • setPremiereDate

      public void setPremiereDate(Date premiereDate)
      Sets the premiere date of the JellyfinCadPeopleItem.
      Parameters:
      premiereDate - the premiere date to set
      Since:
      1.0
    • getCriticRating

      public int getCriticRating()
      Gets the critic rating of the JellyfinCadPeopleItem.
      Returns:
      the critic rating of the JellyfinCadPeopleItem
      Since:
      1.0
    • setCriticRating

      public void setCriticRating(int criticRating)
      Sets the critic rating of the JellyfinCadPeopleItem.
      Parameters:
      criticRating - the critic rating to set
      Since:
      1.0
    • getOfficialRating

      public String getOfficialRating()
      Gets the official rating of the JellyfinCadPeopleItem.
      Returns:
      the official rating of the JellyfinCadPeopleItem
      Since:
      1.0
    • setOfficialRating

      public void setOfficialRating(String officialRating)
      Sets the official rating of the JellyfinCadPeopleItem.
      Parameters:
      officialRating - the official rating to set
      Since:
      1.0
    • getChannelId

      public Object getChannelId()
      Gets the channel ID of the JellyfinCadPeopleItem.
      Returns:
      the channel ID of the JellyfinCadPeopleItem
      Since:
      1.0
    • setChannelId

      public void setChannelId(Object channelId)
      Sets the channel ID of the JellyfinCadPeopleItem.
      Parameters:
      channelId - the channel ID to set
      Since:
      1.0
    • getCommunityRating

      public int getCommunityRating()
      Gets the community rating of the JellyfinCadPeopleItem.
      Returns:
      the community rating of the JellyfinCadPeopleItem
      Since:
      1.0
    • setCommunityRating

      public void setCommunityRating(int communityRating)
      Sets the community rating of the JellyfinCadPeopleItem.
      Parameters:
      communityRating - the community rating to set
      Since:
      1.0
    • getProductionYear

      public int getProductionYear()
      Gets the production year of the JellyfinCadPeopleItem.
      Returns:
      the production year of the JellyfinCadPeopleItem
      Since:
      1.0
    • setProductionYear

      public void setProductionYear(int productionYear)
      Sets the production year of the JellyfinCadPeopleItem.
      Parameters:
      productionYear - the production year to set
      Since:
      1.0
    • getType

      public String getType()
      Gets the type of the JellyfinCadPeopleItem.
      Returns:
      the type of the JellyfinCadPeopleItem
      Since:
      1.0
    • setType

      public void setType(String type)
      Sets the type of the JellyfinCadPeopleItem.
      Parameters:
      type - the type to set
      Since:
      1.0
    • getLocationType

      public String getLocationType()
      Gets the location type of the JellyfinCadPeopleItem.
      Returns:
      the location type of the JellyfinCadPeopleItem
      Since:
      1.0
    • setLocationType

      public void setLocationType(String locationType)
      Sets the location type of the JellyfinCadPeopleItem.
      Parameters:
      locationType - the location type to set
      Since:
      1.0