refreshable.setSelected(quoteContractTemplate.isRefreshable());
refreshInterval.setValue(quoteContractTemplate.refreshInterval());
pathField.setText(quoteContractTemplate.urlString());
stockSymbolsField.setText(quoteContractTemplate.srcSymbol());
Calendar cal = Calendar.getInstance();
toDateField.setValue(cal.getTime());
cal.setTimeInMillis(quoteContractTemplate.fromTime());
fromDateField.setValue(cal.getTime());