© 2004 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.bea.commerce.ebusiness.price.engine.pool.OrderAttribute

public class OrderAttribute
extends Object

Specifies a queryable attribute of an item to be used in the form:


Field Summary
static OrderAttribute ALWAYS
           
static String cName
           
static OrderAttribute EACH_QUALIFIER
           
static int I_ALWAYS
           
static int I_EACH_QUALIFIER
           
static int I_SHIPPING
           
static int I_SUBTOTAL
           
static String S_ALWAYS
           
static String S_EACH_QUALIFIER
           
static String S_SHIPPING
           
static String S_SUBTOTAL
           
static OrderAttribute SHIPPING
           
static OrderAttribute SUBTOTAL
           
 
Method Summary
 boolean equals(Object object)
           
 int getInt()
           
static OrderAttribute getObject(String token)
           
 String getString()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALWAYS

public static final OrderAttribute ALWAYS

cName

public static final String cName
See Also:
Constant Field Values

EACH_QUALIFIER

public static final OrderAttribute EACH_QUALIFIER

I_ALWAYS

public static final int I_ALWAYS
See Also:
Constant Field Values

I_EACH_QUALIFIER

public static final int I_EACH_QUALIFIER
See Also:
Constant Field Values

I_SHIPPING

public static final int I_SHIPPING
See Also:
Constant Field Values

I_SUBTOTAL

public static final int I_SUBTOTAL
See Also:
Constant Field Values

S_ALWAYS

public static final String S_ALWAYS
See Also:
Constant Field Values

S_EACH_QUALIFIER

public static final String S_EACH_QUALIFIER
See Also:
Constant Field Values

S_SHIPPING

public static final String S_SHIPPING
See Also:
Constant Field Values

S_SUBTOTAL

public static final String S_SUBTOTAL
See Also:
Constant Field Values

SHIPPING

public static final OrderAttribute SHIPPING

SUBTOTAL

public static final OrderAttribute SUBTOTAL
Method Detail

equals

public boolean equals(Object object)

getInt

public int getInt()

getObject

public static OrderAttribute getObject(String token)

getString

public String getString()

hashCode

public int hashCode()

toString

public String toString()

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved