© 2004 BEA Systems, Inc.

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

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

public class ItemAttribute
extends Object

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


Field Summary
static ItemAttribute ALL
           
static ItemAttribute CATEGORY
           
static String cName
           
static int I_ALL
           
static int I_CATEGORY
           
static int I_SKU
           
static String S_ALL
           
static String S_CATEGORY
           
static String S_SKU
           
static ItemAttribute SKU
           
 
Method Summary
 boolean equals(Object object)
           
 int getInt()
           
static ItemAttribute 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

ALL

public static final ItemAttribute ALL

CATEGORY

public static final ItemAttribute CATEGORY

cName

public static final String cName
See Also:
Constant Field Values

I_ALL

public static final int I_ALL
See Also:
Constant Field Values

I_CATEGORY

public static final int I_CATEGORY
See Also:
Constant Field Values

I_SKU

public static final int I_SKU
See Also:
Constant Field Values

S_ALL

public static final String S_ALL
See Also:
Constant Field Values

S_CATEGORY

public static final String S_CATEGORY
See Also:
Constant Field Values

S_SKU

public static final String S_SKU
See Also:
Constant Field Values

SKU

public static final ItemAttribute SKU
Method Detail

equals

public boolean equals(Object object)

getInt

public int getInt()

getObject

public static ItemAttribute 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