atg.commerce.pricing.definition
Class MatchingObject

java.lang.Object
  extended by atg.commerce.pricing.definition.MatchingObject

public class MatchingObject
extends java.lang.Object

An element of a collection that matched


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
MatchingObject(java.lang.Object pMatchingObject, long pQuantity)
          constructor
 
Method Summary
 java.lang.Object getMatchingObject()
          Get property MatchingObject
 long getQuantity()
          Get property Quantity
 void setMatchingObject(java.lang.Object pMatchingObject)
          Set property MatchingObject
 void setQuantity(long pQuantity)
          Set property Quantity
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

MatchingObject

public MatchingObject(java.lang.Object pMatchingObject,
                      long pQuantity)
constructor

Method Detail

setMatchingObject

public void setMatchingObject(java.lang.Object pMatchingObject)
Set property MatchingObject

Parameters:
pMatchingObject - new value to set

getMatchingObject

public java.lang.Object getMatchingObject()
Get property MatchingObject

Returns:
MatchingObject

setQuantity

public void setQuantity(long pQuantity)
Set property Quantity

Parameters:
pQuantity - new value to set

getQuantity

public long getQuantity()
Get property Quantity

Returns:
Quantity

toString

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