© 2002 BEA Systems, Inc.


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

java.lang.Object
  |
  +--com.bea.commerce.ebusiness.price.engine.pool.OrderProperty

public class OrderProperty
extends java.lang.Object

Immutable object.


Field Summary
static java.lang.String cName
           
 
Constructor Summary
OrderProperty(OrderAttribute attribute, Operator op, Money value)
           
 
Method Summary
 OrderAttribute getAttribute()
           
 Operator getOperator()
           
 Money getValue()
           
 java.lang.String toString()
           
static java.lang.String toString(java.util.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 java.lang.String cName
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 java.lang.String toString()

Overrides:
toString in class java.lang.Object

toString

public static java.lang.String toString(java.util.List list)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved