public class ProductReferenceRecord extends Object
Modifier and Type | Field and Description |
---|---|
String |
itemTypedId
The typedId of the target (=containing) object.
|
String |
label
The label of the target (=containing) object (e.g.
|
Object |
listId
The ID of the target parent object.
|
String |
listLabel
Label of target parent object
|
String |
sku
The sku that reference is for
|
String |
targetObjectTypeCode
Type Code of target parent object.
|
Constructor and Description |
---|
ProductReferenceRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getItemTypedId() |
String |
getLabel() |
Object |
getListId() |
String |
getListLabel() |
String |
getSku() |
String |
getTargetObjectTypeCode() |
void |
setItemTypedId(String itemTypedId) |
void |
setLabel(String label) |
void |
setListId(Object listId) |
void |
setListLabel(String listLabel) |
void |
setSku(String sku) |
void |
setTargetObjectTypeCode(Object targetObjectTypeCode) |
public String sku
public String label
public String itemTypedId
public Object listId
public String targetObjectTypeCode
public String listLabel
public String getSku()
public void setSku(String sku)
public String getLabel()
public void setLabel(String label)
public String getItemTypedId()
public void setItemTypedId(String itemTypedId)
public Object getListId()
public void setListId(Object listId)
public String getTargetObjectTypeCode()
public void setTargetObjectTypeCode(Object targetObjectTypeCode)
public String getListLabel()
public void setListLabel(String listLabel)
Copyright © 2019. All rights reserved.