\MarketplaceWebServiceProducts_Model_Product

MarketplaceWebServiceProducts_Model_Product

Properties:

  • Identifiers: MarketplaceWebServiceProducts_Model_IdentifierType
  • AttributeSets: MarketplaceWebServiceProducts_Model_AttributeSetList
  • Relationships: MarketplaceWebServiceProducts_Model_RelationshipList
  • CompetitivePricing: MarketplaceWebServiceProducts_Model_CompetitivePricingType
  • SalesRankings: MarketplaceWebServiceProducts_Model_SalesRankList
  • LowestOfferListings: MarketplaceWebServiceProducts_Model_LowestOfferListingList
  • Offers: MarketplaceWebServiceProducts_Model_OffersList

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getIdentifiers()
setIdentifiers()
isSetIdentifiers()
withIdentifiers()
getAttributeSets()
setAttributeSets()
isSetAttributeSets()
withAttributeSets()
getRelationships()
setRelationships()
isSetRelationships()
withRelationships()
getCompetitivePricing()
setCompetitivePricing()
isSetCompetitivePricing()
withCompetitivePricing()
getSalesRankings()
setSalesRankings()
isSetSalesRankings()
withSalesRankings()
getLowestOfferListings()
setLowestOfferListings()
isSetLowestOfferListings()
withLowestOfferListings()
getOffers()
setOffers()
isSetOffers()
withOffers()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $data = null) 

Construct new model class

Parameters

mixed $data
  • DOMElement or Associative Array to construct from.

__get()

__get(string  $propertyName) 

Support for virtual properties getters.

Virtual property call example:

$action->Property

Direct getter(preferred):

$action->getProperty()

Parameters

string $propertyName

name of the property

__set()

__set(string  $propertyName,   $propertyValue) 

Support for virtual properties setters.

Virtual property call example:

$action->Property = 'ABC'

Direct setter (preferred):

$action->setProperty('ABC')

Parameters

string $propertyName

name of the property

$propertyValue

toQueryParameterArray()

toQueryParameterArray() : array

Convert to query parameters suitable for POSTing.

Returns

array —

of query parameters

getIdentifiers()

getIdentifiers() : \IdentifierType

Get the value of the Identifiers property.

Returns

\IdentifierType —

Identifiers.

setIdentifiers()

setIdentifiers(  $value) : \this

Set the value of the Identifiers property.

Parameters

$value

Returns

\this —

instance

isSetIdentifiers()

isSetIdentifiers() : true

Check to see if Identifiers is set.

Returns

true —

if Identifiers is set.

withIdentifiers()

withIdentifiers(  $value) : \This

Set the value of Identifiers, return this.

Parameters

$value

Returns

\This —

instance.

getAttributeSets()

getAttributeSets() : \AttributeSetList

Get the value of the AttributeSets property.

Returns

\AttributeSetList —

AttributeSets.

setAttributeSets()

setAttributeSets(  $value) : \this

Set the value of the AttributeSets property.

Parameters

$value

Returns

\this —

instance

isSetAttributeSets()

isSetAttributeSets() : true

Check to see if AttributeSets is set.

Returns

true —

if AttributeSets is set.

withAttributeSets()

withAttributeSets(  $value) : \This

Set the value of AttributeSets, return this.

Parameters

$value

Returns

\This —

instance.

getRelationships()

getRelationships() : \RelationshipList

Get the value of the Relationships property.

Returns

\RelationshipList —

Relationships.

setRelationships()

setRelationships(  $value) : \this

Set the value of the Relationships property.

Parameters

$value

Returns

\this —

instance

isSetRelationships()

isSetRelationships() : true

Check to see if Relationships is set.

Returns

true —

if Relationships is set.

withRelationships()

withRelationships(  $value) : \This

Set the value of Relationships, return this.

Parameters

$value

Returns

\This —

instance.

getCompetitivePricing()

getCompetitivePricing() : \CompetitivePricingType

Get the value of the CompetitivePricing property.

Returns

\CompetitivePricingType —

CompetitivePricing.

setCompetitivePricing()

setCompetitivePricing(  $value) : \this

Set the value of the CompetitivePricing property.

Parameters

$value

Returns

\this —

instance

isSetCompetitivePricing()

isSetCompetitivePricing() : true

Check to see if CompetitivePricing is set.

Returns

true —

if CompetitivePricing is set.

withCompetitivePricing()

withCompetitivePricing(  $value) : \This

Set the value of CompetitivePricing, return this.

Parameters

$value

Returns

\This —

instance.

getSalesRankings()

getSalesRankings() : \SalesRankList

Get the value of the SalesRankings property.

Returns

\SalesRankList —

SalesRankings.

setSalesRankings()

setSalesRankings(  $value) : \this

Set the value of the SalesRankings property.

Parameters

$value

Returns

\this —

instance

isSetSalesRankings()

isSetSalesRankings() : true

Check to see if SalesRankings is set.

Returns

true —

if SalesRankings is set.

withSalesRankings()

withSalesRankings(  $value) : \This

Set the value of SalesRankings, return this.

Parameters

$value

Returns

\This —

instance.

getLowestOfferListings()

getLowestOfferListings() : \LowestOfferListingList

Get the value of the LowestOfferListings property.

Returns

\LowestOfferListingList —

LowestOfferListings.

setLowestOfferListings()

setLowestOfferListings(  $value) : \this

Set the value of the LowestOfferListings property.

Parameters

$value

Returns

\this —

instance

isSetLowestOfferListings()

isSetLowestOfferListings() : true

Check to see if LowestOfferListings is set.

Returns

true —

if LowestOfferListings is set.

withLowestOfferListings()

withLowestOfferListings(  $value) : \This

Set the value of LowestOfferListings, return this.

Parameters

$value

Returns

\This —

instance.

getOffers()

getOffers() : \OffersList

Get the value of the Offers property.

Returns

\OffersList —

Offers.

setOffers()

setOffers(  $value) : \this

Set the value of the Offers property.

Parameters

$value

Returns

\this —

instance

isSetOffers()

isSetOffers() : true

Check to see if Offers is set.

Returns

true —

if Offers is set.

withOffers()

withOffers(  $value) : \This

Set the value of Offers, return this.

Parameters

$value

Returns

\This —

instance.