|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.AggregatorInfo
public class AggregatorInfo
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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public AggregatorInfo(java.lang.Double pAggregatedValue,
java.lang.Long pQuantityMatched)
pAggregatedValue - the aggregated value so farpQuantityMatched - the quantity that matched| Method Detail |
|---|
public void setAggregatedValue(java.lang.Double pAggregatedValue)
pAggregatedValue - aggregated valuepublic java.lang.Double getAggregatedValue()
public void setQuantityMatched(java.lang.Long pQuantityMatched)
pQuantityMatched - map of aggregatorspublic java.lang.Long getQuantityMatched()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||