public class PodcastInfo extends ChildInfo
Constructor and Description |
---|
PodcastInfo()
Constructs a new ChildInfo object with default values
{
id : "-1",
title : " - ",
album : " - ",
albumId : "-1",
artist : " - ",
artistId : "-1",
parent : "-1",
coverArt : "-1",
isDir : false,
isVideo : false,
track : 0,
size : 0,
duration : 0,
bitRate : 0,
path : "",
created : "",
year : 0,
genre : "",
contentType : "",
type : "",
sufix : "",
averageRating : 0,
userRating : 0,
streamId : "-1",
status : "completed",
description : "",
publishDate : "1970-01-01 00:00:00.0"
}
|
Modifier and Type | Method and Description |
---|---|
PodcastInfo |
clone() |
java.lang.String |
getDescription() |
java.lang.String |
getPublishDate() |
java.lang.String |
getStatus() |
java.lang.String |
getStreamId() |
PodcastInfo |
setDescription(java.lang.String description) |
PodcastInfo |
setPublishDate(java.lang.String publishDate) |
PodcastInfo |
setStatus(java.lang.String status) |
PodcastInfo |
setStreamId(java.lang.String streamId) |
ChildInfo |
toChildInfo()
Returns a new ChildInfo with the same data of this PodcastInfo
|
java.lang.String |
toString()
The string representation of this podcast is its title
|
getAlbum, getAlbumId, getArtist, getArtistId, getAverageRating, getBitRate, getContentType, getCoverArt, getCreationDate, getDuration, getGenre, getId, getParent, getPath, getSize, getSuffix, getTitle, getTrack, getType, getUserRating, getYear, isDir, isVideo, setAlbum, setAlbumId, setArtist, setArtistId, setAverageRating, setBitRate, setContentType, setCoverArt, setCreationDate, setDuration, setGenre, setId, setIsDir, setIsVideo, setParent, setPath, setSize, setSuffix, setTitle, setTrack, setType, setUserRating, setYear
public PodcastInfo()
{ id : "-1", title : " - ", album : " - ", albumId : "-1", artist : " - ", artistId : "-1", parent : "-1", coverArt : "-1", isDir : false, isVideo : false, track : 0, size : 0, duration : 0, bitRate : 0, path : "", created : "", year : 0, genre : "", contentType : "", type : "", sufix : "", averageRating : 0, userRating : 0, streamId : "-1", status : "completed", description : "", publishDate : "1970-01-01 00:00:00.0" }
public java.lang.String getStreamId()
public java.lang.String getStatus()
public java.lang.String getDescription()
public java.lang.String getPublishDate()
public PodcastInfo setStreamId(java.lang.String streamId)
public PodcastInfo setStatus(java.lang.String status)
public PodcastInfo setDescription(java.lang.String description)
public PodcastInfo setPublishDate(java.lang.String publishDate)
public ChildInfo toChildInfo()
public java.lang.String toString()
public PodcastInfo clone()