© 2004 BEA Systems, Inc.

com.bea.commerce.ebusiness.price.engine
Class ModifierType

java.lang.Object
  extended bycom.bea.commerce.ebusiness.price.engine.ModifierType

public final class ModifierType
extends Object


Field Summary
static String cName
           
static ModifierType FIXED_OFF
           
static ModifierType FIXED_PRICE
           
static int I_FIXED_OFF
           
static int I_FIXED_PRICE
           
static int I_PERCENT_OFF
           
static ModifierType PERCENT_OFF
           
static String S_FIXED_OFF
           
static String S_FIXED_PRICE
           
static String S_PERCENT_OFF
           
 
Method Summary
 boolean equals(Object object)
           
 int getInt()
           
static ModifierType 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:
Constant Field Values

FIXED_OFF

public static final ModifierType FIXED_OFF

FIXED_PRICE

public static final ModifierType FIXED_PRICE

I_FIXED_OFF

public static final int I_FIXED_OFF
See Also:
Constant Field Values

I_FIXED_PRICE

public static final int I_FIXED_PRICE
See Also:
Constant Field Values

I_PERCENT_OFF

public static final int I_PERCENT_OFF
See Also:
Constant Field Values

PERCENT_OFF

public static final ModifierType PERCENT_OFF

S_FIXED_OFF

public static final String S_FIXED_OFF
See Also:
Constant Field Values

S_FIXED_PRICE

public static final String S_FIXED_PRICE
See Also:
Constant Field Values

S_PERCENT_OFF

public static final String S_PERCENT_OFF
See Also:
Constant Field Values
Method Detail

equals

public boolean equals(Object object)

getInt

public int getInt()

getObject

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