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

java.lang.Object
  extended by com.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

cName

public static final String cName
See Also
Constants Summary

I_SKU

public static final int I_SKU
See Also
Constants Summary

I_CATEGORY

public static final int I_CATEGORY
See Also
Constants Summary

I_ALL

public static final int I_ALL
See Also
Constants Summary

SKU

public static final ItemAttribute SKU

CATEGORY

public static final ItemAttribute CATEGORY

ALL

public static final ItemAttribute ALL

S_SKU

public static final String S_SKU
See Also
Constants Summary

S_CATEGORY

public static final String S_CATEGORY
See Also
Constants Summary

S_ALL

public static final String S_ALL
See Also
Constants Summary
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getString

public String getString()

getInt

public int getInt()

getObject

public static ItemAttribute getObject(String token)

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved