コード例 #1
0
 public double getCost() {
   return tempPizza.getCost();
 }
コード例 #2
0
 public String getDescription() {
   return tempPizza.getDescription();
 }