/*Get a choice price*/ protected float getChoicePrice1() { return choice.getPrice(); }
/*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()); }