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