Liferay 6.0.5

com.liferay.portlet.shopping.model
Class ShoppingItemPriceConstants

java.lang.Object
  extended by com.liferay.portlet.shopping.model.ShoppingItemPriceConstants

public class ShoppingItemPriceConstants
extends Object


Field Summary
static int STATUS_ACTIVE
           
static int STATUS_ACTIVE_DEFAULT
           
static int STATUS_INACTIVE
           
 
Constructor Summary
ShoppingItemPriceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_ACTIVE

public static final int STATUS_ACTIVE
See Also:
Constant Field Values

STATUS_ACTIVE_DEFAULT

public static final int STATUS_ACTIVE_DEFAULT
See Also:
Constant Field Values

STATUS_INACTIVE

public static final int STATUS_INACTIVE
See Also:
Constant Field Values
Constructor Detail

ShoppingItemPriceConstants

public ShoppingItemPriceConstants()

Liferay 6.0.5