Package net.pricefx.server.dto
Class ProductReferenceRecord
Object
ProductReferenceRecord
A DTO that describes a product reference
-
Field Summary
Modifier and TypeFieldDescriptionThe typedId of the target (=containing) object.The label of the target (=containing) object (e.g. quote line item)The ID of the target parent object.Label of target parent objectThe sku that reference is forType Code of target parent object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getSku()
void
setItemTypedId
(String itemTypedId) void
void
void
setListLabel
(String listLabel) void
void
setTargetObjectTypeCode
(Object targetObjectTypeCode)
-
Field Details
-
sku
The sku that reference is for -
label
The label of the target (=containing) object (e.g. quote line item) -
itemTypedId
The typedId of the target (=containing) object. E.g. a quote line item -
listId
The ID of the target parent object. E.g. a quote -
targetObjectTypeCode
Type Code of target parent object. E.g. "Q" -
listLabel
Label of target parent object
-
-
Constructor Details
-
ProductReferenceRecord
public ProductReferenceRecord()
-
-
Method Details
-
getSku
-
setSku
-
getLabel
-
setLabel
-
getItemTypedId
-
setItemTypedId
-
getListId
-
setListId
-
getTargetObjectTypeCode
-
setTargetObjectTypeCode
-
getListLabel
-
setListLabel
-