PHP Class ApaiIO\Operations\SimilarityLookup

See also: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/SimilarityLookup.html
Author: Jan Eichhorn ([email protected])
Inheritance: extends AbstractOperation
Show file Open project: exeu/apai-io Class Usage Examples

Public Methods

Method Description
getItemId ( ) : string Returns the itemid which has to be looked up
getName ( )
setItemId ( string $itemId ) : SimilarityLookup Sets the itemid which has to be looked up Basicly it is an amazon asin

Method Details

getItemId() public method

Returns the itemid which has to be looked up
public getItemId ( ) : string
return string

getName() public method

public getName ( )

setItemId() public method

Sets the itemid which has to be looked up Basicly it is an amazon asin
public setItemId ( string $itemId ) : SimilarityLookup
$itemId string
return SimilarityLookup