Package org.api.mtgstock.modele
Class Metagame
java.lang.Object
org.api.mtgstock.modele.Metagame
public class Metagame
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Metagame() -
Method Summary
Modifier and Type Method Description ArchetypegetArchetype()java.util.DategetDate()MTGStockConstants.FORMATgetFormat()java.lang.IntegergetPlacings()java.lang.IntegergetTotal()voidsetArchetype(Archetype archetype)voidsetDate(java.util.Date date)voidsetFormat(MTGStockConstants.FORMAT format)voidsetPlacings(java.lang.Integer placings)voidsetTotal(java.lang.Integer total)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Metagame
public Metagame()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getArchetype
-
setArchetype
-
getDate
public java.util.Date getDate() -
setDate
public void setDate(java.util.Date date) -
getFormat
-
setFormat
-
getPlacings
public java.lang.Integer getPlacings() -
setPlacings
public void setPlacings(java.lang.Integer placings) -
getTotal
public java.lang.Integer getTotal() -
setTotal
public void setTotal(java.lang.Integer total)
-