OrderProperty Class

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

public class OrderProperty

    extends Object

Immutable object.


Hierarchy
Object
  OrderProperty

Field Summary

public static final String
cName
String
 

Constructor Summary

OrderProperty(OrderAttribute attribute, Operator op, Money value)

 

Method Summary

public OrderAttribute
getAttribute()
public Operator
getOperator()
public Money
getValue()
public String
toString()
public static String
toString(List list)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

cName

public static final String cName

 

Constructor Detail

OrderProperty

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

Method Detail

getAttribute() Method

public OrderAttribute getAttribute()

getOperator() Method

public Operator getOperator()

getValue() Method

public Money getValue()

toString() Method

public String toString()
Overrides
Object.toString()

toString(List) Method

public static String toString(List list)