예제 #1
0
 public FoodProxy(Food f) {
   description = f.getDescription();
   sourceID = f.getSourceUID();
   source = f.getSource();
 }