public class Artwork extends Object implements Serializable
Constructor and Description |
---|
Artwork() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ArtworkType |
getArtworkType() |
float |
getAspectRatio() |
String |
getFilePath() |
int |
getHeight() |
String |
getLanguage() |
float |
getVoteAverage() |
int |
getVoteCount() |
int |
getWidth() |
void |
handleUnknown(String key,
Object value)
Handle unknown properties and print a message
|
int |
hashCode() |
void |
setArtworkType(ArtworkType artworkType) |
void |
setAspectRatio(float aspectRatio) |
void |
setFilePath(String filePath) |
void |
setHeight(int height) |
void |
setLanguage(String language) |
void |
setVoteAverage(float voteAverage) |
void |
setVoteCount(int voteCount) |
void |
setWidth(int width) |
String |
toString() |
public ArtworkType getArtworkType()
public float getAspectRatio()
public String getFilePath()
public int getHeight()
public String getLanguage()
public int getWidth()
public float getVoteAverage()
public int getVoteCount()
public void setArtworkType(ArtworkType artworkType)
public void setAspectRatio(float aspectRatio)
public void setFilePath(String filePath)
public void setHeight(int height)
public void setLanguage(String language)
public void setWidth(int width)
public void setVoteAverage(float voteAverage)
public void setVoteCount(int voteCount)
public void handleUnknown(String key, Object value)
key
- value
- Copyright © 2012. All Rights Reserved.