| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.promotion.ClosenessQualifierImportExportInfo
public class ClosenessQualifierImportExportInfo
This class contains all of the information about a closeness qualifier as required by the Promotions Import Export API.
| Field Summary | |
|---|---|
| static int | ACTION_ADD | 
| static int | ACTION_DELETE | 
| static int | ACTION_UPDATE | 
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| ClosenessQualifierImportExportInfo() | |
| Method Summary | |
|---|---|
|  int | getAction()Get the action. | 
|  java.util.Map<java.lang.String,java.lang.String> | getClosenessQualifierPropertyValues()Get the closeness qualifier property values. | 
|  java.util.Map<java.lang.String,java.lang.String> | getClosenessQualifierTemplateValues()Get the closeness qualifier template values. | 
|  void | setAction(int pAction)Set the action. | 
|  void | setClosenessQualifierPropertyValues(java.util.Map<java.lang.String,java.lang.String> pClosenessQualifierPropertyValues)Set the closeness qualifier property values. | 
|  void | setClosenessQualifierTemplateValues(java.util.Map<java.lang.String,java.lang.String> pClosenessQualifierTemplateValues)Set the closeness qualifier 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
public static final int ACTION_DELETE
| Constructor Detail | 
|---|
public ClosenessQualifierImportExportInfo()
| Method Detail | 
|---|
public void setAction(int pAction)
pAction - - the action to set.public int getAction()
public void setClosenessQualifierPropertyValues(java.util.Map<java.lang.String,java.lang.String> pClosenessQualifierPropertyValues)
pClosenessQualifierPropertyValues - - the property map to set.public java.util.Map<java.lang.String,java.lang.String> getClosenessQualifierPropertyValues()
public void setClosenessQualifierTemplateValues(java.util.Map<java.lang.String,java.lang.String> pClosenessQualifierTemplateValues)
pClosenessQualifierTemplateValues - - the template values map (i.e. placeholder values) to set.public java.util.Map<java.lang.String,java.lang.String> getClosenessQualifierTemplateValues()
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 | ||||||||