Package de.blackrose01.model
Class AlternativeName
- java.lang.Object
-
- de.blackrose01.model.AlternativeName
-
- All Implemented Interfaces:
Serializable
public class AlternativeName extends Object implements Serializable
Alternative and international game titles- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlternativeName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetChecksum()StringgetComment()longgetGame()GamegetGameObject()longgetId()StringgetName()inthashCode()voidsetChecksum(String checksum)voidsetComment(String comment)voidsetGame(Object game)voidsetId(long id)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getGame
public long getGame()
-
getGameObject
public Game getGameObject()
-
setGame
public void setGame(Object game)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getChecksum
public String getChecksum()
-
setChecksum
public void setChecksum(String checksum)
-
-