Source
189190191192193194195
return (SourceId) super.getID(); } @Override protected void validateOtherPropertiesThanTheName(ValidationMessageCollector collector) { new SourceValidator(this, collector).run(); }