@Override protected void propertySet(String propertyName, Object newValue, boolean quiet) { switch (propertyName.hashCode()) { case -281470431: // classifier setClassifier((String) newValue); return; case -614707837: // publishRest setPublishRest((Boolean) newValue); return; case 39794031: // dbConnector setDbConnector((DbConnector) newValue); return; case -1495762275: // jmsConnector setJmsConnector((JmsConnector) newValue); return; case -758086398: // jmsChangeManagerTopic setJmsChangeManagerTopic((String) newValue); return; case -1737146991: // uniqueIdScheme setUniqueIdScheme((String) newValue); return; case -2022653118: // maxRetries setMaxRetries((Integer) newValue); return; } super.propertySet(propertyName, newValue, quiet); }
@Override protected void validate() { JodaBeanUtils.notNull(_classifier, "classifier"); JodaBeanUtils.notNull(_configMaster, "configMaster"); JodaBeanUtils.notNull(_conventionBundleSource, "conventionBundleSource"); super.validate(); }
@Override protected void propertySet(String propertyName, Object newValue, boolean quiet) { switch (propertyName.hashCode()) { case -281470431: // classifier setClassifier((String) newValue); return; case -917704420: // fudgeContext setFudgeContext((FudgeContext) newValue); return; } super.propertySet(propertyName, newValue, quiet); }
@Override protected void propertySet(String propertyName, Object newValue, boolean quiet) { switch (propertyName.hashCode()) { case -281470431: // classifier setClassifier((String) newValue); return; case -614707837: // publishRest setPublishRest((Boolean) newValue); return; case 195157501: // configSource setConfigSource((ConfigSource) newValue); return; } super.propertySet(propertyName, newValue, quiet); }
@Override protected void propertySet(String propertyName, Object newValue, boolean quiet) { switch (propertyName.hashCode()) { case -281470431: // classifier setClassifier((String) newValue); return; case 10395716: // configMaster setConfigMaster((ConfigMaster) newValue); return; case -652001691: // exchangeMaster setExchangeMaster((ExchangeMaster) newValue); return; case 246258906: // holidayMaster setHolidayMaster((HolidayMaster) newValue); return; case -1820969354: // regionMaster setRegionMaster((RegionMaster) newValue); return; case -887218750: // securityMaster setSecurityMaster((SecurityMaster) newValue); return; case -1840419605: // positionMaster setPositionMaster((PositionMaster) newValue); return; case -772274742: // portfolioMaster setPortfolioMaster((PortfolioMaster) newValue); return; case 173967376: // historicalTimeSeriesMaster setHistoricalTimeSeriesMaster((HistoricalTimeSeriesMaster) newValue); return; case 2090650860: // marketDataSnapshotMaster setMarketDataSnapshotMaster((MarketDataSnapshotMaster) newValue); return; case 195157501: // configSource setConfigSource((ConfigSource) newValue); return; case -467239906: // exchangeSource setExchangeSource((ExchangeSource) newValue); return; case 431020691: // holidaySource setHolidaySource((HolidaySource) newValue); return; case -1636207569: // regionSource setRegionSource((RegionSource) newValue); return; case -702456965: // securitySource setSecuritySource((SecuritySource) newValue); return; case -1655657820: // positionSource setPositionSource((PositionSource) newValue); return; case 358729161: // historicalTimeSeriesSource setHistoricalTimeSeriesSource((HistoricalTimeSeriesSource) newValue); return; case -2019554651: // marketDataSnapshotSource setMarketDataSnapshotSource((MarketDataSnapshotSource) newValue); return; case -1281578674: // conventionBundleSource setConventionBundleSource((ConventionBundleSource) newValue); return; case -903470221: // securityLoader setSecurityLoader((SecurityLoader) newValue); return; case 157715905: // historicalTimeSeriesLoader setHistoricalTimeSeriesLoader((HistoricalTimeSeriesLoader) newValue); return; } super.propertySet(propertyName, newValue, quiet); }
@Override protected void validate() { JodaBeanUtils.notNull(_classifier, "classifier"); JodaBeanUtils.notNull(_fudgeContext, "fudgeContext"); super.validate(); }
@Override protected void validate() { JodaBeanUtils.notNull(_classifier, "classifier"); JodaBeanUtils.notNull(_dbConnector, "dbConnector"); super.validate(); }