Package de.blackrose01.model.game
Class GameVersionFeature
- java.lang.Object
-
- de.blackrose01.model.game.GameVersionFeature
-
- All Implemented Interfaces:
Serializable
public class GameVersionFeature extends Object implements Serializable
Features and descriptions of what makes each version/edition different from the main game- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GameVersionFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCategory()StringgetChecksum()StringgetDescription()longgetId()intgetPosition()StringgetTitle()List<Long>getValues()List<GameVersionFeatureValue>getValuesObject()inthashCode()voidsetCategory(int category)voidsetChecksum(String checksum)voidsetDescription(String description)voidsetId(long id)voidsetPosition(int position)voidsetTitle(String title)voidsetValues(List<Object> values)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getCategory
public int getCategory()
-
setCategory
public void setCategory(int category)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int position)
-
getValuesObject
public List<GameVersionFeatureValue> getValuesObject()
-
getChecksum
public String getChecksum()
-
setChecksum
public void setChecksum(String checksum)
-
-