Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.model
Interface ShoppingCartItem

All Superinterfaces:
Comparable<ShoppingCartItem>, Serializable

public interface ShoppingCartItem
extends Comparable<ShoppingCartItem>, Serializable


Method Summary
 String getCartItemId()
           
 String getFields()
           
 String[] getFieldsArray()
           
 ShoppingItem getItem()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCartItemId

String getCartItemId()

getFields

String getFields()

getFieldsArray

String[] getFieldsArray()

getItem

ShoppingItem getItem()

Liferay 6.2-ce-ga5