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

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.ModifierType

Deprecated

@Deprecated
public final class ModifierType
extends Object


Field Summary
static String cName
          Deprecated  
static ModifierType FIXED_OFF
          Deprecated  
static ModifierType FIXED_PRICE
          Deprecated  
static int I_FIXED_OFF
          Deprecated  
static int I_FIXED_PRICE
          Deprecated  
static int I_PERCENT_OFF
          Deprecated  
static ModifierType PERCENT_OFF
          Deprecated  
static String S_FIXED_OFF
          Deprecated  
static String S_FIXED_PRICE
          Deprecated  
static String S_PERCENT_OFF
          Deprecated  
 
Method Summary
 boolean equals(Object object)
          Deprecated  
 int getInt()
          Deprecated  
static ModifierType getObject(String token)
          Deprecated  
 String getString()
          Deprecated  
 int hashCode()
          Deprecated  
 String toString()
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
Deprecated 
See Also
Constants Summary

I_PERCENT_OFF

public static final int I_PERCENT_OFF
Deprecated 
See Also
Constants Summary

I_FIXED_OFF

public static final int I_FIXED_OFF
Deprecated 
See Also
Constants Summary

I_FIXED_PRICE

public static final int I_FIXED_PRICE
Deprecated 
See Also
Constants Summary

PERCENT_OFF

public static final ModifierType PERCENT_OFF
Deprecated 

FIXED_OFF

public static final ModifierType FIXED_OFF
Deprecated 

FIXED_PRICE

public static final ModifierType FIXED_PRICE
Deprecated 

S_PERCENT_OFF

public static final String S_PERCENT_OFF
Deprecated 
See Also
Constants Summary

S_FIXED_OFF

public static final String S_FIXED_OFF
Deprecated 
See Also
Constants Summary

S_FIXED_PRICE

public static final String S_FIXED_PRICE
Deprecated 
See Also
Constants Summary
Method Detail

toString

public String toString()
Deprecated 
Overrides:
toString in class Object

getString

public String getString()
Deprecated 

getInt

public int getInt()
Deprecated 

getObject

public static ModifierType getObject(String token)
Deprecated 

equals

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

hashCode

public int hashCode()
Deprecated 
Overrides:
hashCode in class Object


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.