/** * Build out this place with a display exension. * * @param display the display. * @return this */ public PlaceDescription SetDisplayExtension(PlaceDisplayProperties display) { DisplayExtension = display; return this; }
/** * Build out this place with a display exension. * * @param display the display. * @return this */ public PlaceDescription SetDisplayExtension(PlaceDisplayProperties display) { DisplayExtension = display; return(this); }