atg.commerce.pricing
Class AggregatorInfo

java.lang.Object
  extended by atg.commerce.pricing.AggregatorInfo

public class AggregatorInfo
extends java.lang.Object

Bean class used to hold aggregated information.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
AggregatorInfo(java.lang.Double pAggregatedValue, java.lang.Long pQuantityMatched)
          Default constructor.
 
Method Summary
 java.lang.Double getAggregatedValue()
          Getter for the operations property, which is the list of operations that this aggregator supports.
 java.lang.Long getQuantityMatched()
          Getter for the operations property, which is the list of operations that this aggregator supports.
 void setAggregatedValue(java.lang.Double pAggregatedValue)
          Setter for the AggregatedValue property.
 void setQuantityMatched(java.lang.Long pQuantityMatched)
          Setter for the aggregators property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

AggregatorInfo

public AggregatorInfo(java.lang.Double pAggregatedValue,
                      java.lang.Long pQuantityMatched)
Default constructor.

Parameters:
pAggregatedValue - the aggregated value so far
pQuantityMatched - the quantity that matched
Method Detail

setAggregatedValue

public void setAggregatedValue(java.lang.Double pAggregatedValue)
Setter for the AggregatedValue property.

Parameters:
pAggregatedValue - aggregated value

getAggregatedValue

public java.lang.Double getAggregatedValue()
Getter for the operations property, which is the list of operations that this aggregator supports.

Returns:
the aggregated value

setQuantityMatched

public void setQuantityMatched(java.lang.Long pQuantityMatched)
Setter for the aggregators property.

Parameters:
pQuantityMatched - map of aggregators

getQuantityMatched

public java.lang.Long getQuantityMatched()
Getter for the operations property, which is the list of operations that this aggregator supports.

Returns:
a map of aggregators