415416417418419420421422423
/** * {@inheritDoc} */ public ArtworkCollection getArtworks() { if (this.artworks == null) { this.artworks = new ArtworkCollection(this); } return this.artworks; }