public interface ProductRelationshipIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
int |
getProdIdFrom() |
int |
getProdIdTo() |
java.lang.String |
getProdOptions()
Only used for bundles
|
int |
getProductId() |
int |
getQuantity()
Only used for bundles
|
int |
getRelationType() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setProdIdFrom(int prodIdFrom) |
void |
setProdIdTo(int prodIdTo) |
void |
setProdOptions(java.lang.String prodOptions)
Only used for bundles
|
void |
setProductId(int productId) |
void |
setQuantity(int quantity)
Only used for bundles
|
void |
setRelationType(int relationType) |
int getProductId()
void setProductId(int productId)
productId
- the productId to setint getRelationType()
void setRelationType(int relationType)
relationType
- the relationType to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setint getQuantity()
void setQuantity(int quantity)
quantity
- the quantity to setjava.lang.String getProdOptions()
void setProdOptions(java.lang.String prodOptions)
prodOptions
- the prodOptions to setint getProdIdFrom()
void setProdIdFrom(int prodIdFrom)
prodIdFrom
- the prodIdFrom to setint getProdIdTo()
void setProdIdTo(int prodIdTo)
prodIdTo
- the prodIdTo to setCopyright © 2018 DS Data Systems UK Ltd.