setCostCentre(quoteRef.getCostcenter());
}
public String createApplication() {
modifiedDate = new Date();
newApplication = new Application();
profileRef = travelProfileHandler.findTravelProf(accountID);
newApplication.setDatemodified(modifiedDate);
newApplication.setDescription(description);