public class Product extends Object implements Serializable
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
Product |
addCharacteristic(ProductCharacteristic characteristic)
Sets the characteristics.
|
Product |
addClassification(ProductClassification classification)
Add an additional classifications.
|
Product |
addContainedProducts(ReferencedProduct containedProduct)
add an contained products.
|
Product |
addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
Adds a origin trade country.
|
String |
getBuyerAssignedId()
Gets the buyer assigned id.
|
List<ProductCharacteristic> |
getCharacteristics()
Gets the characteristics.
|
List<ProductClassification> |
getClassifications()
Gets the classifications.
|
List<ReferencedProduct> |
getContainedProducts()
Gets the contained products.
|
String |
getDescription()
Gets the description.
|
ID |
getGlobalId()
Gets the global id.
|
String |
getName()
Gets the product name.
|
List<com.neovisionaries.i18n.CountryCode> |
getOrigins()
Gets the origin trade country.
|
String |
getSellerAssignedId()
Gets the seller assigned id.
|
Product |
setBuyerAssignedId(String buyerAssignedId)
Sets the buyer assigned id.
|
Product |
setDescription(String description)
Sets the description.
|
Product |
setGlobalId(ID productGlobalId)
Sets the global id.
|
Product |
setName(String name)
Sets the product name.
|
Product |
setSellerAssignedId(String sellerAssignedId)
Sets the seller assigned id.
|
public Product()
public Product addCharacteristic(ProductCharacteristic characteristic)
Sets the characteristics.
characteristic - the characteristicspublic Product addClassification(ProductClassification classification)
Add an additional classifications.
classification - the additional classificationspublic Product addContainedProducts(ReferencedProduct containedProduct)
add an contained products.
containedProduct - the contained productpublic Product addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
Adds a origin trade country.
originCountry - the additional origin country@Comfort public String getBuyerAssignedId()
Gets the buyer assigned id.
@Extended public List<ProductCharacteristic> getCharacteristics()
Gets the characteristics.
@Extended public List<ProductClassification> getClassifications()
Gets the classifications.
@Extended public List<ReferencedProduct> getContainedProducts()
Gets the contained products.
@Comfort public String getDescription()
Gets the description.
@Comfort public ID getGlobalId()
Gets the global id.
@Extended public List<com.neovisionaries.i18n.CountryCode> getOrigins()
Gets the origin trade country.
@Comfort 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 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 product name.
name - the new namepublic Product setSellerAssignedId(String sellerAssignedId)
Sets the seller assigned id.
sellerAssignedId - the new seller assigned idCopyright © 2014-2016 Konik.io. All Rights Reserved.