コード例 #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;
 }
コード例 #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);
 }