ItemProperty Class

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

public class ItemProperty

    extends Object

Immutable object.


Hierarchy
Object
  ItemProperty

Field Summary

public static final String
cName
String
 

Constructor Summary

ItemProperty(ItemAttribute attribute, Operator op, String value)

 

Method Summary

public ItemAttribute
getAttribute()
public Operator
getOperator()
public String
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

ItemProperty

public ItemProperty(ItemAttribute attribute, 
                    Operator op, 
                    String value)
 

Method Detail

getAttribute() Method

public ItemAttribute getAttribute()

getOperator() Method

public Operator getOperator()

getValue() Method

public String getValue()

toString() Method

public String toString()
Overrides
Object.toString()

toString(List) Method

public static String toString(List list)