@Extended public class ReferencedProduct extends Object implements Serializable
| Constructor and Description |
|---|
ReferencedProduct() |
| Modifier and Type | Method and Description |
|---|---|
ReferencedProduct |
addDescription(String description)
Adds the description.
|
ReferencedProduct |
addGlobalIds(ID globarId)
Adds the global ids.
|
ReferencedProduct |
addNames(String name)
Adds the names.
|
ReferencedProduct |
addUnits(Quantity unit)
Adds the units.
|
String |
getBuyerAssignedId()
Gets the buyer assigned id.
|
List<String> |
getDescriptions()
Gets the descriptions.
|
List<ID> |
getGlobalIds()
Gets the global ids.
|
List<String> |
getNames()
Gets the names.
|
String |
getSellerAssignedId()
Gets the seller assigned id.
|
List<Quantity> |
getUnits()
Gets the units.
|
void |
setBuyerAssignedId(String buyerAssignedId)
Sets the buyer assigned id.
|
void |
setSellerAssignedId(String sellerAsignedId)
Sets the seller assigned id.
|
public ReferencedProduct()
public ReferencedProduct addDescription(String description)
Adds the description.
description - the descriptionpublic ReferencedProduct addGlobalIds(ID globarId)
Adds the global ids.
globarId - the globar idpublic ReferencedProduct addNames(String name)
Adds the names.
name - the namepublic ReferencedProduct addUnits(Quantity unit)
Adds the units.
unit - the unitpublic String getBuyerAssignedId()
Gets the buyer assigned id.
public List<String> getDescriptions()
Gets the descriptions.
public List<ID> getGlobalIds()
Gets the global ids.
public String getSellerAssignedId()
Gets the seller assigned id.
public void setBuyerAssignedId(String buyerAssignedId)
Sets the buyer assigned id.
buyerAssignedId - the buyer assigned idpublic void setSellerAssignedId(String sellerAsignedId)
Sets the seller assigned id.
sellerAsignedId - the seller assigned idCopyright © 2014-2016 Konik.io. All Rights Reserved.