|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.promotion.PromotionImportExportInfo
public class PromotionImportExportInfo
This class contains all of the information about a promotion, in relation to the Promotions Import Export API, including coupons and closeness qualifiers.
| Field Summary | |
|---|---|
static int |
ACTION_ADD
|
static int |
ACTION_UPDATE
|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
PromotionImportExportInfo()
|
|
| Method Summary | |
|---|---|
int |
getAction()
Get the action. |
java.util.List<ClosenessQualifierImportExportInfo> |
getClosenessQualifiers()
Get the closeness qualifiers. |
java.util.List<CouponImportExportInfo> |
getCoupons()
Get the associated coupons. |
java.lang.String |
getPromotionFolderPath()
Get the promotion folder path. |
java.util.Map<java.lang.String,java.lang.String> |
getPromotionPropertyValues()
Get the promotion property values. |
java.lang.String |
getTemplateId()
Get the template id. |
java.util.Map<java.lang.String,java.lang.String> |
getTemplateValues()
Get the template values. |
void |
setAction(int pAction)
Set the action. |
void |
setClosenessQualifiers(java.util.List<ClosenessQualifierImportExportInfo> pClosenessQualifiers)
Set the closeness qualifiers. |
void |
setCoupons(java.util.List<CouponImportExportInfo> pCoupons)
Set the coupons. |
void |
setPromotionFolderPath(java.lang.String pPromotionFolderPath)
Set the promotion folder path. |
void |
setPromotionPropertyValues(java.util.Map<java.lang.String,java.lang.String> pPromotionPropertyValues)
Set the promotion property values. |
void |
setTemplateId(java.lang.String pTemplateId)
Set the template id. |
void |
setTemplateValues(java.util.Map<java.lang.String,java.lang.String> pTemplateValues)
Set the template values. |
java.lang.String |
toString()
Get information about the class values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
public static final int ACTION_ADD
public static final int ACTION_UPDATE
| Constructor Detail |
|---|
public PromotionImportExportInfo()
| Method Detail |
|---|
public void setAction(int pAction)
pAction - - the promotion action.public int getAction()
public void setPromotionPropertyValues(java.util.Map<java.lang.String,java.lang.String> pPromotionPropertyValues)
pPromotionPropertyValues - - the promotion property values.public java.util.Map<java.lang.String,java.lang.String> getPromotionPropertyValues()
public void setPromotionFolderPath(java.lang.String pPromotionFolderPath)
pPromotionFolderPath - - the promotion folder path.public java.lang.String getPromotionFolderPath()
public void setTemplateId(java.lang.String pTemplateId)
pTemplateId - - the promotion template id.public java.lang.String getTemplateId()
public void setTemplateValues(java.util.Map<java.lang.String,java.lang.String> pTemplateValues)
pTemplateValues - - the promotion template values.public java.util.Map<java.lang.String,java.lang.String> getTemplateValues()
public void setClosenessQualifiers(java.util.List<ClosenessQualifierImportExportInfo> pClosenessQualifiers)
pClosenessQualifiers - - the closeness qualifiers associated with the promotion.public java.util.List<ClosenessQualifierImportExportInfo> getClosenessQualifiers()
public void setCoupons(java.util.List<CouponImportExportInfo> pCoupons)
pCoupons - - the coupons associated with the promotion.public java.util.List<CouponImportExportInfo> getCoupons()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||