public class StatThreshold
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected java.util.HashMap<java.lang.Integer,java.lang.Integer> |
points |
protected java.util.HashMap<java.lang.Integer,java.lang.Integer> |
thresholds |
Constructor and Description |
---|
StatThreshold() |
StatThreshold(java.lang.String stat) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Integer,java.lang.Integer> |
getPoints() |
java.lang.String |
getStat() |
java.util.HashMap<java.lang.Integer,java.lang.Integer> |
getThresholds() |
void |
setPoints(java.util.HashMap<java.lang.Integer,java.lang.Integer> points) |
void |
setStat(java.lang.String stat) |
void |
setThresholds(java.util.HashMap<java.lang.Integer,java.lang.Integer> thresholds) |
protected int id
protected java.util.HashMap<java.lang.Integer,java.lang.Integer> thresholds
protected java.util.HashMap<java.lang.Integer,java.lang.Integer> points
public StatThreshold()
public StatThreshold(java.lang.String stat)
public void setStat(java.lang.String stat)
public java.lang.String getStat()
public void setThresholds(java.util.HashMap<java.lang.Integer,java.lang.Integer> thresholds)
public java.util.HashMap<java.lang.Integer,java.lang.Integer> getThresholds()
public void setPoints(java.util.HashMap<java.lang.Integer,java.lang.Integer> points)
public java.util.HashMap<java.lang.Integer,java.lang.Integer> getPoints()