public static class

ProductIdentifier.Sku

extends Object
implements ProductIdentifier
java.lang.Object
   ↳ org.mule.module.magento.api.catalog.model.ProductIdentifier.Sku

Summary

Fields
private final String sku
Public Constructors
ProductIdentifier.Sku(String sku)
Public Methods
String getIdentifierAsString()
The opaque identifier
String getIdentifierType()
The identifier type - soap methods support just "sku", "id" or null
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.module.magento.api.catalog.model.ProductIdentifier

Fields

private final String sku

Public Constructors

public ProductIdentifier.Sku (String sku)

Parameters
sku

Public Methods

public String getIdentifierAsString ()

The opaque identifier

public String getIdentifierType ()

The identifier type - soap methods support just "sku", "id" or null