|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.PromotionResult
public class PromotionResult
Constructor Summary | |
---|---|
PromotionResult()
|
|
PromotionResult(boolean applyBeforeTax,
java.lang.String orderTotalCode,
boolean percentageDiscount,
int promotionId,
java.math.BigDecimal value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getOrderTotalCode()
Gets the orderTotalCode value for this PromotionResult. |
int |
getPromotionId()
Gets the promotionId value for this PromotionResult. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.math.BigDecimal |
getValue()
Gets the value value for this PromotionResult. |
int |
hashCode()
|
boolean |
isApplyBeforeTax()
Gets the applyBeforeTax value for this PromotionResult. |
boolean |
isPercentageDiscount()
Gets the percentageDiscount value for this PromotionResult. |
void |
setApplyBeforeTax(boolean applyBeforeTax)
Sets the applyBeforeTax value for this PromotionResult. |
void |
setOrderTotalCode(java.lang.String orderTotalCode)
Sets the orderTotalCode value for this PromotionResult. |
void |
setPercentageDiscount(boolean percentageDiscount)
Sets the percentageDiscount value for this PromotionResult. |
void |
setPromotionId(int promotionId)
Sets the promotionId value for this PromotionResult. |
void |
setValue(java.math.BigDecimal value)
Sets the value value for this PromotionResult. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PromotionResult()
public PromotionResult(boolean applyBeforeTax, java.lang.String orderTotalCode, boolean percentageDiscount, int promotionId, java.math.BigDecimal value)
Method Detail |
---|
public boolean isApplyBeforeTax()
public void setApplyBeforeTax(boolean applyBeforeTax)
applyBeforeTax
- public java.lang.String getOrderTotalCode()
public void setOrderTotalCode(java.lang.String orderTotalCode)
orderTotalCode
- public boolean isPercentageDiscount()
public void setPercentageDiscount(boolean percentageDiscount)
percentageDiscount
- public int getPromotionId()
public void setPromotionId(int promotionId)
promotionId
- public java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
value
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |