Package org.cxml
Class ItemOutRetail
- java.lang.Object
-
- org.cxml.ItemOutRetail
-
public class ItemOutRetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringpromotionDealIDprotected java.lang.StringpromotionVariantID
-
Constructor Summary
Constructors Constructor Description ItemOutRetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPromotionDealID()Gets the value of the promotionDealID property.java.lang.StringgetPromotionVariantID()Gets the value of the promotionVariantID property.voidsetPromotionDealID(java.lang.String value)Sets the value of the promotionDealID property.voidsetPromotionVariantID(java.lang.String value)Sets the value of the promotionVariantID property.
-
-
-
Method Detail
-
getPromotionVariantID
public java.lang.String getPromotionVariantID()
Gets the value of the promotionVariantID property.- Returns:
- possible object is
String
-
setPromotionVariantID
public void setPromotionVariantID(java.lang.String value)
Sets the value of the promotionVariantID property.- Parameters:
value- allowed object isString
-
getPromotionDealID
public java.lang.String getPromotionDealID()
Gets the value of the promotionDealID property.- Returns:
- possible object is
String
-
setPromotionDealID
public void setPromotionDealID(java.lang.String value)
Sets the value of the promotionDealID property.- Parameters:
value- allowed object isString
-
-