OrderQuerySpec Class

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

public class OrderQuerySpec

    extends Object

Hierarchy
Object
  OrderQuerySpec

Field Summary

public static final String
cName
String
 

Constructor Summary

OrderQuerySpec(List properties, boolean isOr)

 

Method Summary

public List
getProperties()
public boolean
isOr()
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

OrderQuerySpec

public OrderQuerySpec(List properties, 
                      boolean isOr)
 

Method Detail

getProperties() Method

public List getProperties()

isOr() Method

public boolean isOr()

toString() Method

public String toString()
Overrides
Object.toString()

toString(List) Method

public static String toString(List list)