Package org.rspeer.commons.wiki
Class ItemVariation
- java.lang.Object
-
- org.rspeer.commons.wiki.ItemVariation
-
@Deprecated public class ItemVariation extends Object
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ItemDefinition>getDefinitions()Deprecated.int[]getIds()Deprecated.StringgetName()Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
getIds
public int[] getIds()
Deprecated.
-
getDefinitions
public List<ItemDefinition> getDefinitions()
Deprecated.
-
-