Package de.blackrose01.model
Class TimeToBeat
- java.lang.Object
-
- de.blackrose01.model.TimeToBeat
-
- All Implemented Interfaces:
Serializable
public class TimeToBeat extends Object implements Serializable
Average completion times for games- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeToBeat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetCompletely()longgetGame()GamegetGameObject()longgetHastly()longgetId()longgetNormally()inthashCode()voidsetCompletely(long completely)voidsetGame(Object game)voidsetHastly(long hastly)voidsetId(long id)voidsetNormally(long normally)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)
-
getNormally
public long getNormally()
-
setNormally
public void setNormally(long normally)
-
getCompletely
public long getCompletely()
-
setCompletely
public void setCompletely(long completely)
-
getHastly
public long getHastly()
-
setHastly
public void setHastly(long hastly)
-
-