| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.CalculatorInfo.DiscountDetailInfo
public class CalculatorInfo.DiscountDetailInfo
Internal class to contain info on DiscountDetail structures within a discount structure.
| Field Summary | |
|---|---|
| protected  DiscountAttributeInfo[] | mDetailAttributes | 
| protected  java.lang.String | mName | 
| Constructor Summary | |
|---|---|
| CalculatorInfo.DiscountDetailInfo() | |
| Method Summary | |
|---|---|
|  DiscountAttributeInfo[] | getDetailAttributes()Getter for the array of attributes for this discount detail | 
|  java.lang.String | getName()Getter for the name of this discount detail, if any | 
|  void | setDetailAttributes(DiscountAttributeInfo[] pDetailAttributes)Setter for the array of attributes for this discount detail | 
|  void | setName(java.lang.String pName)Setter for the name of this discount detail, if any | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.String mName
protected DiscountAttributeInfo[] mDetailAttributes
| Constructor Detail | 
|---|
public CalculatorInfo.DiscountDetailInfo()
| Method Detail | 
|---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName - Stringpublic DiscountAttributeInfo[] getDetailAttributes()
public void setDetailAttributes(DiscountAttributeInfo[] pDetailAttributes)
pDetailAttributes - Array of DiscountAttributeInfopublic 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 | ||||||||