Package de.blackrose01.model.privates
Class Follow
- java.lang.Object
-
- de.blackrose01.model.privates.Follow
-
- All Implemented Interfaces:
Serializable
public class Follow extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Follow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetChecksum()longgetGame()GamegetGameObject()longgetId()longgetUser()inthashCode()voidsetChecksum(String checksum)voidsetGame(Object game)voidsetId(long id)voidsetUser(long user)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)
-
getUser
public long getUser()
-
setUser
public void setUser(long user)
-
getChecksum
public String getChecksum()
-
setChecksum
public void setChecksum(String checksum)
-
-