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