Package de.blackrose01.model
Class Screenshot
- java.lang.Object
-
- de.blackrose01.model.Screenshot
-
- All Implemented Interfaces:
Serializable
public class Screenshot extends Object implements Serializable
Screenshots of games- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Screenshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetChecksum()longgetGame()GamegetGameObject()intgetHeight()longgetId()StringgetIdImage()StringgetUrl()intgetWidth()inthashCode()booleanisAlphaChannel()booleanisAnimated()voidsetAlphaChannel(boolean alphaChannel)voidsetAnimated(boolean animated)voidsetChecksum(String checksum)voidsetGame(Object game)voidsetHeight(int height)voidsetId(long id)voidsetIdImage(String idImage)voidsetUrl(String url)voidsetWidth(int width)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
isAlphaChannel
public boolean isAlphaChannel()
-
setAlphaChannel
public void setAlphaChannel(boolean alphaChannel)
-
isAnimated
public boolean isAnimated()
-
setAnimated
public void setAnimated(boolean animated)
-
getGame
public long getGame()
-
getGameObject
public Game getGameObject()
-
setGame
public void setGame(Object game)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getIdImage
public String getIdImage()
-
setIdImage
public void setIdImage(String idImage)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getChecksum
public String getChecksum()
-
setChecksum
public void setChecksum(String checksum)
-
-