atg.commerce.pricing
Class CalculatorInfo.DiscountDetailInfo

java.lang.Object
  extended by atg.commerce.pricing.CalculatorInfo.DiscountDetailInfo
Enclosing class:
CalculatorInfo

public class CalculatorInfo.DiscountDetailInfo
extends java.lang.Object

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

mName

protected java.lang.String mName

mDetailAttributes

protected DiscountAttributeInfo[] mDetailAttributes
Constructor Detail

CalculatorInfo.DiscountDetailInfo

public CalculatorInfo.DiscountDetailInfo()
Method Detail

getName

public java.lang.String getName()
Getter for the name of this discount detail, if any

Returns:
String name

setName

public void setName(java.lang.String pName)
Setter for the name of this discount detail, if any

Parameters:
pName - String

getDetailAttributes

public DiscountAttributeInfo[] getDetailAttributes()
Getter for the array of attributes for this discount detail

Returns:
Array of DiscountAttributeInfo

setDetailAttributes

public void setDetailAttributes(DiscountAttributeInfo[] pDetailAttributes)
Setter for the array of attributes for this discount detail

Parameters:
pDetailAttributes - Array of DiscountAttributeInfo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object