protected class AdminProductMgrEE.ProductPrice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AdminProductMgrEE.CatalogCategory |
catalogCat |
private java.lang.String |
catalogId |
private int |
categoryId |
private java.math.BigDecimal |
optValPrice0 |
private java.math.BigDecimal |
optValPrice1 |
private java.math.BigDecimal |
optValPrice2 |
private java.math.BigDecimal |
optValPrice3 |
private java.math.BigDecimal |
price0 |
private java.math.BigDecimal |
price1 |
private java.math.BigDecimal |
price2 |
private java.math.BigDecimal |
price3 |
private int |
prodAttrId |
private int |
productId |
private java.lang.String |
productOptions |
private java.math.BigDecimal |
tierPrice0 |
private java.math.BigDecimal |
tierPrice1 |
private java.math.BigDecimal |
tierPrice2 |
private java.math.BigDecimal |
tierPrice3 |
private int |
tierPriceId |
private java.lang.String |
variantCode |
private java.math.BigDecimal |
variantPrice0 |
private java.math.BigDecimal |
variantPrice1 |
private java.math.BigDecimal |
variantPrice2 |
private java.math.BigDecimal |
variantPrice3 |
Constructor and Description |
---|
ProductPrice(com.workingdogs.village.Record row,
java.lang.String catalogId) |
Modifier and Type | Method and Description |
---|---|
AdminProductMgrEE.CatalogCategory |
getCatalogCat() |
java.lang.String |
getCatalogId() |
int |
getCategoryId() |
java.math.BigDecimal |
getOptValPrice0() |
java.math.BigDecimal |
getOptValPrice1() |
java.math.BigDecimal |
getOptValPrice2() |
java.math.BigDecimal |
getOptValPrice3() |
java.math.BigDecimal |
getPrice0() |
java.math.BigDecimal |
getPrice1() |
java.math.BigDecimal |
getPrice2() |
java.math.BigDecimal |
getPrice3() |
int |
getProdAttrId() |
int |
getProductId() |
java.lang.String |
getProductOptions() |
java.math.BigDecimal |
getTierPrice0() |
java.math.BigDecimal |
getTierPrice1() |
java.math.BigDecimal |
getTierPrice2() |
java.math.BigDecimal |
getTierPrice3() |
int |
getTierPriceId() |
java.lang.String |
getVariantCode() |
java.math.BigDecimal |
getVariantPrice0() |
java.math.BigDecimal |
getVariantPrice1() |
java.math.BigDecimal |
getVariantPrice2() |
java.math.BigDecimal |
getVariantPrice3() |
void |
setCatalogCat(AdminProductMgrEE.CatalogCategory catalogCat) |
void |
setCatalogId(java.lang.String catalogId) |
void |
setCategoryId(int categoryId) |
void |
setOptValPrice0(java.math.BigDecimal optValPrice0) |
void |
setOptValPrice1(java.math.BigDecimal optValPrice1) |
void |
setOptValPrice2(java.math.BigDecimal optValPrice2) |
void |
setOptValPrice3(java.math.BigDecimal optValPrice3) |
void |
setPrice0(java.math.BigDecimal price0) |
void |
setPrice1(java.math.BigDecimal price1) |
void |
setPrice2(java.math.BigDecimal price2) |
void |
setPrice3(java.math.BigDecimal price3) |
void |
setProdAttrId(int prodAttrId) |
void |
setProductId(int productId) |
void |
setProductOptions(java.lang.String productOptions) |
void |
setTierPrice0(java.math.BigDecimal tierPrice0) |
void |
setTierPrice1(java.math.BigDecimal tierPrice1) |
void |
setTierPrice2(java.math.BigDecimal tierPrice2) |
void |
setTierPrice3(java.math.BigDecimal tierPrice3) |
void |
setTierPriceId(int tierPriceId) |
void |
setVariantCode(java.lang.String variantCode) |
void |
setVariantPrice0(java.math.BigDecimal variantPrice0) |
void |
setVariantPrice1(java.math.BigDecimal variantPrice1) |
void |
setVariantPrice2(java.math.BigDecimal variantPrice2) |
void |
setVariantPrice3(java.math.BigDecimal variantPrice3) |
java.lang.String |
toString() |
private java.lang.String catalogId
private AdminProductMgrEE.CatalogCategory catalogCat
private int productId
private java.math.BigDecimal price0
private java.math.BigDecimal price1
private java.math.BigDecimal price2
private java.math.BigDecimal price3
private int categoryId
private int tierPriceId
private java.math.BigDecimal tierPrice0
private java.math.BigDecimal tierPrice1
private java.math.BigDecimal tierPrice2
private java.math.BigDecimal tierPrice3
private int prodAttrId
private java.math.BigDecimal optValPrice0
private java.math.BigDecimal optValPrice1
private java.math.BigDecimal optValPrice2
private java.math.BigDecimal optValPrice3
private java.lang.String productOptions
private java.lang.String variantCode
private java.math.BigDecimal variantPrice0
private java.math.BigDecimal variantPrice1
private java.math.BigDecimal variantPrice2
private java.math.BigDecimal variantPrice3
public ProductPrice(com.workingdogs.village.Record row, java.lang.String catalogId) throws java.lang.Exception
row
- the rowcatalogId
- the catalogIdjava.lang.Exception
- an unexpected exceptionpublic java.lang.String toString()
toString
in class java.lang.Object
public int getProductId()
public void setProductId(int productId)
productId
- the productId to setpublic java.math.BigDecimal getPrice0()
public void setPrice0(java.math.BigDecimal price0)
price0
- the price0 to setpublic java.math.BigDecimal getPrice1()
public void setPrice1(java.math.BigDecimal price1)
price1
- the price1 to setpublic java.math.BigDecimal getPrice2()
public void setPrice2(java.math.BigDecimal price2)
price2
- the price2 to setpublic java.math.BigDecimal getPrice3()
public void setPrice3(java.math.BigDecimal price3)
price3
- the price3 to setpublic int getCategoryId()
public void setCategoryId(int categoryId)
categoryId
- the categoryId to setpublic int getTierPriceId()
public void setTierPriceId(int tierPriceId)
tierPriceId
- the tierPriceId to setpublic java.math.BigDecimal getTierPrice0()
public void setTierPrice0(java.math.BigDecimal tierPrice0)
tierPrice0
- the tierPrice0 to setpublic java.math.BigDecimal getTierPrice1()
public void setTierPrice1(java.math.BigDecimal tierPrice1)
tierPrice1
- the tierPrice1 to setpublic java.math.BigDecimal getTierPrice2()
public void setTierPrice2(java.math.BigDecimal tierPrice2)
tierPrice2
- the tierPrice2 to setpublic java.math.BigDecimal getTierPrice3()
public void setTierPrice3(java.math.BigDecimal tierPrice3)
tierPrice3
- the tierPrice3 to setpublic int getProdAttrId()
public void setProdAttrId(int prodAttrId)
prodAttrId
- the prodAttrId to setpublic java.math.BigDecimal getOptValPrice0()
public void setOptValPrice0(java.math.BigDecimal optValPrice0)
optValPrice0
- the optValPrice0 to setpublic java.math.BigDecimal getOptValPrice1()
public void setOptValPrice1(java.math.BigDecimal optValPrice1)
optValPrice1
- the optValPrice1 to setpublic java.math.BigDecimal getOptValPrice2()
public void setOptValPrice2(java.math.BigDecimal optValPrice2)
optValPrice2
- the optValPrice2 to setpublic java.math.BigDecimal getOptValPrice3()
public void setOptValPrice3(java.math.BigDecimal optValPrice3)
optValPrice3
- the optValPrice3 to setpublic java.lang.String getCatalogId()
public void setCatalogId(java.lang.String catalogId)
catalogId
- the catalogId to setpublic AdminProductMgrEE.CatalogCategory getCatalogCat()
public void setCatalogCat(AdminProductMgrEE.CatalogCategory catalogCat)
catalogCat
- the catalogCat to setpublic java.lang.String getProductOptions()
public void setProductOptions(java.lang.String productOptions)
productOptions
- the productOptions to setpublic java.math.BigDecimal getVariantPrice0()
public void setVariantPrice0(java.math.BigDecimal variantPrice0)
variantPrice0
- the variantPrice0 to setpublic java.math.BigDecimal getVariantPrice1()
public void setVariantPrice1(java.math.BigDecimal variantPrice1)
variantPrice1
- the variantPrice1 to setpublic java.math.BigDecimal getVariantPrice2()
public void setVariantPrice2(java.math.BigDecimal variantPrice2)
variantPrice2
- the variantPrice2 to setpublic java.math.BigDecimal getVariantPrice3()
public void setVariantPrice3(java.math.BigDecimal variantPrice3)
variantPrice3
- the variantPrice3 to setpublic java.lang.String getVariantCode()
public void setVariantCode(java.lang.String variantCode)
variantCode
- the variantCode to setCopyright © 2018 DS Data Systems UK Ltd.