/**
  * 设置买家端的ID详情     *
  * 参数示例:<pre></pre>
  * 此参数必填
  */
 public void setIdOfBuyer(AlibabaProductItemIDDefinition idOfBuyer)
 {
     this.idOfBuyer = idOfBuyer;
 }
 /**
  * 设置平台端的ID详情     *
  * 参数示例:<pre></pre>
  * 此参数必填
  */
 public void setIdOfPlatform(AlibabaProductItemIDDefinition idOfPlatform)
 {
     this.idOfPlatform = idOfPlatform;
 }