|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_TierPrice
public class S_TierPrice
Tier Price object that contains the price for different quantities
| Constructor Summary | |
|---|---|
S_TierPrice()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
Custom1 field |
java.util.Calendar |
getDateAdded()
The time when this record was created |
int |
getId()
Unique object id |
java.util.Calendar |
getLastModified()
The last time that this record was modified |
java.math.BigDecimal |
getPrice0()
Price0 |
java.math.BigDecimal |
getPrice1()
Price1 |
java.math.BigDecimal |
getPrice2()
Price2 |
java.math.BigDecimal |
getPrice3()
Price3 |
java.math.BigDecimal |
getPriceExTax()
The discounted price |
java.math.BigDecimal |
getPriceIncTax()
The price including tax |
int |
getProductId()
Numeric id of the product to which this tier price applies |
int |
getQuantity()
Quantity of product that needs to be ordered before this pricing kicks in |
boolean |
isUsePercentageDiscount()
Consider the price fields to be percentage discount fields when set |
void |
setCustom1(java.lang.String _custom1)
|
void |
setDateAdded(java.util.Calendar _dateAdded)
The time when this record was created |
void |
setId(int _id)
Unique object id |
void |
setLastModified(java.util.Calendar _lastModified)
The last time that this record was modified |
void |
setPrice0(java.math.BigDecimal _price0)
Price0 |
void |
setPrice1(java.math.BigDecimal _price1)
Price1 |
void |
setPrice2(java.math.BigDecimal _price2)
Price2 |
void |
setPrice3(java.math.BigDecimal _price3)
Price3 |
void |
setPriceExTax(java.math.BigDecimal _priceExTax)
The discounted price |
void |
setPriceIncTax(java.math.BigDecimal _priceIncTax)
The price including tax |
void |
setProductId(int _productId)
Numeric id of the product to which this tier price applies |
void |
setQuantity(int _quantity)
Quantity of product that needs to be ordered before this pricing kicks in |
void |
setUsePercentageDiscount(boolean _usePercentageDiscount)
Consider the price fields to be percentage discount fields when set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_TierPrice()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic int getProductId()
public void setProductId(int _productId)
_productId - the productId to setpublic int getQuantity()
public void setQuantity(int _quantity)
_quantity - the quantity to setpublic java.math.BigDecimal getPriceExTax()
public void setPriceExTax(java.math.BigDecimal _priceExTax)
_priceExTax - the priceExTax 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 boolean isUsePercentageDiscount()
public void setUsePercentageDiscount(boolean _usePercentageDiscount)
_usePercentageDiscount - the usePercentageDiscount to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar _lastModified)
_lastModified - the lastModified to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - the dateAdded to setpublic java.math.BigDecimal getPriceIncTax()
public void setPriceIncTax(java.math.BigDecimal _priceIncTax)
_priceIncTax - the priceIncTax to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||