122123124125126127128
protected DescriptorImpl() { Downloadable.all().add(createDownloadable()); } protected Downloadable createDownloadable() { return new Downloadable(getId()); }
127128129130131132133