getValues();
}
public String createApplication() {
modifiedDate = new Date();
newApplication = new Application();
newApplication.setDatemodified(modifiedDate);
newApplication.setDescription(description);
newApplication.setTravelerprofileIdtravelerprofile(profileRef);
//newApplication.setAccountIdaccount(accountID);