Ejemplo n.º 1
0
 public void set_daysThreashold(int _daysThreashold) {
   VerigreenNeededLogic.VerigreenMap.put("daysThreashold", String.valueOf(_daysThreashold));
 }
Ejemplo n.º 2
0
 public void setbranchCleanDaysThreashold(int branchCleanDaysThreashold) {
   VerigreenNeededLogic.VerigreenMap.put(
       "branchCleanDaysThreashold", String.valueOf(branchCleanDaysThreashold));
 }