public MultiSnipe(Color groupColor, Currency snipeValue, boolean subtractShipping) { setValues(groupColor, snipeValue, System.currentTimeMillis(), subtractShipping); }
public MultiSnipe(String groupColor, Currency snipeValue, long id, boolean subtractShipping) { Color rgb = reverseColor(groupColor); setString("color", groupColor); setValues(rgb, snipeValue, id, subtractShipping); }