public class FTArtwork extends AbstractJsonMapping implements Serializable
Constructor and Description |
---|
FTArtwork() |
Modifier and Type | Method and Description |
---|---|
String |
getColour()
Get the artwork colour
|
int |
getDiscNumber()
Get the disc number
|
String |
getDiskType()
Get the type of the disc
|
int |
getId()
Get the artwork ID
|
String |
getLanguage()
Get the artwork language
|
int |
getLikes()
Get how many likes the artwork has
|
String |
getSeason()
Get the season for the artwork
|
int |
getSize()
Get the size of the artwork
|
String |
getUrl()
Get the artwork URL
|
void |
setColour(String colour)
Set the artwork colour
|
void |
setDiscNumber(int discNumber)
Set the disc number
|
void |
setDiskType(String diskType)
Set the type of the disc
|
void |
setId(int id)
Set the artwork ID
|
void |
setLanguage(String language)
Set the artwork language
|
void |
setLikes(int likes)
Set how many likes the artwork has
|
void |
setSeason(String season)
Set the season for the artwork
|
void |
setSize(int size)
Set the size of the artwork
|
void |
setUrl(String url)
Set the artwork URL
|
getErrorMessage, getStatus, handleUnknown, isError, setErrorMessage, setStatus, toString
public String getUrl()
public void setUrl(String url)
url
- the URL to setpublic int getId()
public void setId(int id)
id
- the ID of the artworkpublic int getLikes()
public void setLikes(int likes)
likes
- Set how many likes the artwork haspublic String getColour()
public void setColour(String colour)
colour
- public String getLanguage()
public void setLanguage(String language)
language
- public int getDiscNumber()
public void setDiscNumber(int discNumber)
discNumber
- public String getDiskType()
public void setDiskType(String diskType)
diskType
- public String getSeason()
public void setSeason(String season)
season
- public int getSize()
public void setSize(int size)
size
- Copyright © 2012–2018. All rights reserved.