public class Product extends java.lang.Object
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
Product |
addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
|
java.lang.String |
getBuyerAssignedId()
|
java.lang.String |
getDescription()
|
ID |
getGlobalId()
|
java.lang.String |
getName()
|
java.util.List<com.neovisionaries.i18n.CountryCode> |
getOrigins()
|
java.lang.String |
getSellerAssignedId()
|
Product |
setBuyerAssignedId(java.lang.String buyerAssignedId)
|
Product |
setDescription(java.lang.String description)
|
Product |
setGlobalId(ID productGlobalId)
|
Product |
setName(java.lang.String name)
|
Product |
setSellerAssignedId(java.lang.String sellerAssignedId)
|
public Product()
public Product addOrigins(com.neovisionaries.i18n.CountryCode originCountry)
Adds a origin trade country.
originCountry - the additional origin countrypublic java.lang.String getBuyerAssignedId()
Gets the buyer assigned id.
public java.lang.String getDescription()
Gets the description.
public ID getGlobalId()
Gets the global id.
public java.lang.String getName()
Gets the name.
public java.util.List<com.neovisionaries.i18n.CountryCode> getOrigins()
Gets the origin trade country.
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 name.
name - the new namepublic Product setSellerAssignedId(java.lang.String sellerAssignedId)
Sets the seller assigned id.
sellerAssignedId - the new seller assigned idCopyright © 2014 konik.io. All Rights Reserved.