public interface MiscPriceIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.util.Calendar |
getDateAdded() |
java.util.Calendar |
getDateLastUpdated() |
int |
getId() |
java.math.BigDecimal |
getPrice0() |
java.math.BigDecimal |
getPrice1() |
java.math.BigDecimal |
getPrice2() |
java.math.BigDecimal |
getPrice3() |
java.lang.String |
getPriceId() |
int |
getProductId() |
int |
getQuantity() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setDateAdded(java.util.Calendar dateAdded) |
void |
setDateLastUpdated(java.util.Calendar dateLastUpdated) |
void |
setId(int id) |
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 |
setPriceId(java.lang.String priceId) |
void |
setProductId(int productId) |
void |
setQuantity(int quantity) |
int getId()
void setId(int id)
id
- The id to set.int getProductId()
void setProductId(int productId)
productId
- the productIdint getQuantity()
void setQuantity(int quantity)
quantity
- The quantity to set.java.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- The custom1 to set.java.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- The custom2 to set.java.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- The custom3 to set.java.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- The custom4 to set.java.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- The custom5 to set.java.math.BigDecimal getPrice0()
void setPrice0(java.math.BigDecimal price0)
price0
- The price0 to set.java.math.BigDecimal getPrice1()
void setPrice1(java.math.BigDecimal price1)
price1
- The price1 to set.java.math.BigDecimal getPrice2()
void setPrice2(java.math.BigDecimal price2)
price2
- The price2 to set.java.math.BigDecimal getPrice3()
void setPrice3(java.math.BigDecimal price3)
price3
- The price3 to set.java.lang.String getPriceId()
void setPriceId(java.lang.String priceId)
priceId
- the priceId to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- the dateAdded to setjava.util.Calendar getDateLastUpdated()
void setDateLastUpdated(java.util.Calendar dateLastUpdated)
dateLastUpdated
- the dateLastUpdated to setCopyright © 2018 DS Data Systems UK Ltd.