public class Product extends java.lang.Object implements java.io.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.
|
java.lang.String |
getBuyerAssignedId()
Gets the buyer assigned id.
|
java.util.List<ProductCharacteristic> |
getCharacteristics()
Gets the characteristics.
|
java.util.List<ProductClassification> |
getClassifications()
Gets the classifications.
|
java.util.List<ReferencedProduct> |
getContainedProducts()
Gets the contained products.
|
java.lang.String |
getDescription()
Gets the description.
|
ID |
getGlobalId()
Gets the global id.
|
java.lang.String |
getName()
Gets the product name.
|
java.util.List<com.neovisionaries.i18n.CountryCode> |
getOrigins()
Gets the origin trade country.
|
java.lang.String |
getSellerAssignedId()
Gets the seller assigned id.
|
Product |
setBuyerAssignedId(java.lang.String buyerAssignedId)
Sets the buyer assigned id.
|
Product |
setDescription(java.lang.String description)
Sets the description.
|
Product |
setGlobalId(ID productGlobalId)
Sets the global id.
|
Product |
setName(java.lang.String name)
Sets the product name.
|
Product |
setSellerAssignedId(java.lang.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 java.lang.String getBuyerAssignedId()
Gets the buyer assigned id.
@Extended public java.util.List<ProductCharacteristic> getCharacteristics()
Gets the characteristics.
@Extended public java.util.List<ProductClassification> getClassifications()
Gets the classifications.
@Extended public java.util.List<ReferencedProduct> getContainedProducts()
Gets the contained products.
@Comfort public java.lang.String getDescription()
Gets the description.
@Comfort public ID getGlobalId()
Gets the global id.
@Extended public java.util.List<com.neovisionaries.i18n.CountryCode> getOrigins()
Gets the origin trade country.
@Comfort public java.lang.String getSellerAssignedId()
Gets the seller assigned id.
public Product setBuyerAssignedId(java.lang.String buyerAssignedId)
Sets the buyer assigned id.
buyerAssignedId
- the new buyer assigned idpublic Product setDescription(java.lang.String description)
Sets the description.
description
- the new descriptionpublic Product setGlobalId(ID productGlobalId)
Sets the global id.
productGlobalId
- the product global idpublic Product setName(java.lang.String name)
Sets the product name.
name
- the new namepublic Product setSellerAssignedId(java.lang.String sellerAssignedId)
Sets the seller assigned id.
sellerAssignedId
- the new seller assigned idCopyright © 2014-2018 Konik.io. All Rights Reserved.