Exemplo n.º 1
0
 /*Get a choice name*/
 protected String getChoiceName1() {
   return choice.getOptionName();
 }
Exemplo n.º 2
0
 /*Set a particular option for a given option and index*/
 protected void setOption1(Options option, int index) {
   this.option.get(index).setPrice(option.getPrice());
   this.option.get(index).setOptionName1(option.getOptionName());
 }