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