Example #1
0
 /**
  * Sets duplicate detection history time window. 
  * 
  * @param string $duplicateDetectionHistoryTimeWindow The duplicate 
  * detection history time window.
  *
  * @return none
  */
 public function setDuplicateDetectionHistoryTimeWindow($duplicateDetectionHistoryTimeWindow)
 {
     $this->_topicDescription->setduplicateDetectionHistoryTimeWindow($duplicateDetectionHistoryTimeWindow);
 }