Package com.lariflix.jemm.dtos
Class JellyfinCadStudioItem
java.lang.Object
com.lariflix.jemm.dtos.JellyfinCadStudioItem
- Direct Known Subclasses:
JellyfinReportStudiosItem
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the channel ID of the Jellyfin Cad Studio item.getId()
Gets the ID of the Jellyfin Cad Studio item.Gets the location type of the Jellyfin Cad Studio item.getName()
Gets the name of the Jellyfin Cad Studio item.Gets the server ID of the Jellyfin Cad Studio item.getType()
Gets the type of the Jellyfin Cad Studio item.void
setChannelId
(Object channelId) Sets the channel ID of the Jellyfin Cad Studio item.void
Sets the ID of the Jellyfin Cad Studio item.void
setLocationType
(String locationType) Sets the location type of the Jellyfin Cad Studio item.void
Sets the name of the Jellyfin Cad Studio item.void
setServerId
(String serverId) Sets the server ID of the Jellyfin Cad Studio item.void
Sets the type of the Jellyfin Cad Studio item.
-
Field Details
-
name
-
serverId
-
id
-
channelId
-
type
-
locationType
-
-
Constructor Details
-
JellyfinCadStudioItem
public JellyfinCadStudioItem()Constructs a new JellyfinCadStudioItem object.
-
-
Method Details
-
getName
Gets the name of the Jellyfin Cad Studio item.- Returns:
- the name of the item
- Since:
- 1.0
-
setName
Sets the name of the Jellyfin Cad Studio item.- Parameters:
name
- the name of the item- Since:
- 1.0
-
getServerId
Gets the server ID of the Jellyfin Cad Studio item.- Returns:
- the server ID of the item
- Since:
- 1.0
-
setServerId
Sets the server ID of the Jellyfin Cad Studio item.- Parameters:
serverId
- the server ID of the item- Since:
- 1.0
-
getId
Gets the ID of the Jellyfin Cad Studio item.- Returns:
- the ID of the item
- Since:
- 1.0
-
setId
Sets the ID of the Jellyfin Cad Studio item.- Parameters:
id
- the ID of the item- Since:
- 1.0
-
getChannelId
Gets the channel ID of the Jellyfin Cad Studio item.- Returns:
- the channel ID of the item
- Since:
- 1.0
-
setChannelId
Sets the channel ID of the Jellyfin Cad Studio item.- Parameters:
channelId
- the channel ID of the item- Since:
- 1.0
-
getType
Gets the type of the Jellyfin Cad Studio item.- Returns:
- the type of the item
- Since:
- 1.0
-
setType
Sets the type of the Jellyfin Cad Studio item.- Parameters:
type
- the type of the item- Since:
- 1.0
-
getLocationType
Gets the location type of the Jellyfin Cad Studio item.- Returns:
- the location type of the item
- Since:
- 1.0
-
setLocationType
Sets the location type of the Jellyfin Cad Studio item.- Parameters:
locationType
- the location type of the item- Since:
- 1.0
-