| 1 | <?php |
||
| 26 | class SimilarityLookup extends AbstractOperation |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 1 | public function getName() |
|
| 35 | |||
| 36 | /** |
||
| 37 | * Returns the itemid which has to be looked up |
||
| 38 | * |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | public function getItemId() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Sets the itemid which has to be looked up |
||
| 48 | * Basicly it is an amazon asin |
||
| 49 | * |
||
| 50 | * @param string $itemId |
||
| 51 | * |
||
| 52 | * @return \ApaiIO\Operations\SimilarityLookup |
||
| 53 | */ |
||
| 54 | 1 | public function setItemId($itemId) |
|
| 60 | } |
||
| 61 |