description = customer.getFirstName()+" "+customer.getMiddleName()+
" " + customer.getLastName() +
" has been booked for the " + cruise.getName().trim() +
" cruise on ship " + cruise.getShipID() + ".\n" +
" Your accommodations include " + cabin.getName().trim() +
" a " + cabin.getBedCount() +
" bed cabin on deck level " + cabin.getDeckLevel() +
".\n Total charge = " + price;