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

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

Deprecated

@Deprecated
public class OrderProperty
extends Object

Immutable object.


Field Summary
static String cName
          Deprecated  
 
Constructor Summary
OrderProperty(OrderAttribute attribute, Operator op, Money value)
          Deprecated  
 
Method Summary
 OrderAttribute getAttribute()
          Deprecated  
 Operator getOperator()
          Deprecated  
 Money getValue()
          Deprecated  
 String toString()
          Deprecated  
static String toString(List list)
          Deprecated  
 
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
Deprecated 
See Also
Constants Summary
Constructor Detail

OrderProperty

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

getAttribute

public OrderAttribute getAttribute()
Deprecated 

getOperator

public Operator getOperator()
Deprecated 

getValue

public Money getValue()
Deprecated 

toString

public String toString()
Deprecated 
Overrides:
toString in class Object

toString

public static String toString(List list)
Deprecated 


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.