com.bea.commerce.ebusiness.price.engine.pool
Class OrderProperty

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.pool.OrderProperty

public class OrderProperty
extends Object

Immutable object.


Field Summary
static String cName
           
 
Constructor Summary
OrderProperty(OrderAttribute attribute, Operator op, Money value)
           
 
Method Summary
 OrderAttribute getAttribute()
           
 Operator getOperator()
           
 Money getValue()
           
 String toString()
           
static String toString(List list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
See Also
Constants Summary
Constructor Detail

OrderProperty

public OrderProperty(OrderAttribute attribute,
                     Operator op,
                     Money value)
Method Detail

getAttribute

public OrderAttribute getAttribute()

getOperator

public Operator getOperator()

getValue

public Money getValue()

toString

public String toString()
Overrides:
toString in class Object

toString

public static String toString(List list)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved