Ejemplo n.º 1
0
 public int getOfferUniqueId() {
   return aOffer.getUniqueId();
 }
Ejemplo n.º 2
0
 public String getText() {
   String returnString =
       "You have made a bid for a " + aOffer.getString() + " at the cost " + cost + ".";
   return returnString;
 }