protected class AdminProductMgrEE.CatalogCategory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AdminCategory |
cat |
private int |
categoryId |
private boolean |
exclude |
private java.math.BigDecimal |
fixedPrice |
private int |
level |
private java.math.BigDecimal |
priceAdjustment |
Constructor and Description |
---|
CatalogCategory(AdminProductMgrEE.CatalogCategory parentCatCat,
AdminCategory cat)
Constructor
|
CatalogCategory(int categoryId,
AdminCategory cat,
java.math.BigDecimal priceAdjustment,
java.math.BigDecimal fixedPrice,
int excludeInt,
int level)
Constructor
|
Modifier and Type | Method and Description |
---|---|
AdminCategory |
getCat() |
int |
getCategoryId() |
java.math.BigDecimal |
getFixedPrice() |
int |
getLevel() |
java.math.BigDecimal |
getPriceAdjustment() |
boolean |
isExclude() |
void |
setCat(AdminCategory cat) |
void |
setCategoryId(int categoryId) |
void |
setExclude(boolean exclude) |
void |
setFixedPrice(java.math.BigDecimal fixedPrice) |
void |
setLevel(int level) |
void |
setPriceAdjustment(java.math.BigDecimal priceAdjustment) |
java.lang.String |
toString() |
private java.math.BigDecimal priceAdjustment
private java.math.BigDecimal fixedPrice
private boolean exclude
private int categoryId
private AdminCategory cat
private int level
public CatalogCategory(int categoryId, AdminCategory cat, java.math.BigDecimal priceAdjustment, java.math.BigDecimal fixedPrice, int excludeInt, int level)
categoryId
- the categoryIdcat
- the catpriceAdjustment
- the priceAdjustmentfixedPrice
- the fixedPriceexcludeInt
- the excludeIntlevel
- the levelpublic CatalogCategory(AdminProductMgrEE.CatalogCategory parentCatCat, AdminCategory cat)
parentCatCat
- the parentCatCatcat
- the catpublic java.lang.String toString()
toString
in class java.lang.Object
public java.math.BigDecimal getPriceAdjustment()
public void setPriceAdjustment(java.math.BigDecimal priceAdjustment)
priceAdjustment
- the priceAdjustment to setpublic java.math.BigDecimal getFixedPrice()
public void setFixedPrice(java.math.BigDecimal fixedPrice)
fixedPrice
- the fixedPrice to setpublic int getCategoryId()
public void setCategoryId(int categoryId)
categoryId
- the categoryId to setpublic AdminCategory getCat()
public void setCat(AdminCategory cat)
cat
- the cat to setpublic int getLevel()
public void setLevel(int level)
level
- the level to setpublic boolean isExclude()
public void setExclude(boolean exclude)
exclude
- the exclude to setCopyright © 2018 DS Data Systems UK Ltd.