| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
Product |
addContainedProducts(ReferencedProduct containedProduct)
|
Product |
addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
|
String |
getBuyerAssignedId()
|
List<ProductCharacteristic> |
getCharacteristics()
|
List<ProductClassification> |
getClassifications()
|
List<ReferencedProduct> |
getContainedProducts()
|
String |
getDescription()
|
ID |
getGlobalId()
|
String |
getName()
|
List<com.neovisionaries.i18n.CountryCode> |
getOrigins()
|
String |
getSellerAssignedId()
|
Product |
setBuyerAssignedId(String buyerAssignedId)
|
Product |
setCharacteristics(ProductCharacteristic characteristic)
|
Product |
setClassifications(ProductClassification classification)
|
Product |
setDescription(String description)
|
Product |
setGlobalId(ID productGlobalId)
|
Product |
setName(String name)
|
Product |
setSellerAssignedId(String sellerAssignedId)
|
public Product()
public Product addContainedProducts(ReferencedProduct containedProduct)
Additional contained products.
containedProduct - the contained productpublic Product addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
Adds a origin trade country.
originCountry - the additional origin countrypublic String getBuyerAssignedId()
Gets the buyer assigned id.
public List<ProductCharacteristic> getCharacteristics()
Gets the characteristics.
public List<ProductClassification> getClassifications()
Gets the classifications.
public List<ReferencedProduct> getContainedProducts()
Gets the contained products.
public String getDescription()
Gets the description.
public ID getGlobalId()
Gets the global id.
public List<com.neovisionaries.i18n.CountryCode> getOrigins()
Gets the origin trade country.
public String getSellerAssignedId()
Gets the seller assigned id.
public Product setBuyerAssignedId(String buyerAssignedId)
Sets the buyer assigned id.
buyerAssignedId - the new buyer assigned idpublic Product setCharacteristics(ProductCharacteristic characteristic)
Sets the characteristics.
characteristic - the characteristicspublic Product setClassifications(ProductClassification classification)
Sets the classifications.
classification - the classificationspublic Product setDescription(String description)
Sets the description.
description - the new descriptionpublic Product setGlobalId(ID productGlobalId)
Sets the global id.
productGlobalId - the product global idpublic Product setName(String name)
Sets the name.
name - the new namepublic Product setSellerAssignedId(String sellerAssignedId)
Sets the seller assigned id.
sellerAssignedId - the new seller assigned idCopyright © 2014 Konik.io. All Rights Reserved.