public class IOOrderTotal extends IOBase
Constructor and Description |
---|
IOOrderTotal()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.math.BigDecimal |
getDiscountAmount() |
java.math.BigDecimal |
getDiscountPercent() |
java.lang.Integer |
getPromotionId() |
java.lang.String |
getText() |
java.lang.String |
getTitle() |
java.math.BigDecimal |
getValue() |
void |
setClassName(java.lang.String className) |
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 |
setDiscountAmount(java.math.BigDecimal discountAmount) |
void |
setDiscountPercent(java.math.BigDecimal discountPercent) |
void |
setPromotionId(java.lang.Integer promotionId) |
void |
setText(java.lang.String text) |
void |
setTitle(java.lang.String title) |
void |
setValue(java.math.BigDecimal value) |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getText()
public void setText(java.lang.String text)
text
- the text to setpublic java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
value
- the value to setpublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- the className to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.math.BigDecimal getDiscountAmount()
public void setDiscountAmount(java.math.BigDecimal discountAmount)
discountAmount
- the discountAmount to setpublic java.math.BigDecimal getDiscountPercent()
public void setDiscountPercent(java.math.BigDecimal discountPercent)
discountPercent
- the discountPercent to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic java.lang.Integer getPromotionId()
public void setPromotionId(java.lang.Integer promotionId)
promotionId
- the promotionId to setCopyright © 2018 DS Data Systems UK Ltd.