com.liferay.portlet.shopping.model
Interface ShoppingCartItem

All Superinterfaces:
java.lang.Comparable, java.io.Serializable

public interface ShoppingCartItem
extends java.lang.Comparable, java.io.Serializable

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

getCartItemId

public java.lang.String getCartItemId()

getItem

public ShoppingItem getItem()

getFields

public java.lang.String getFields()

getFieldsArray

public java.lang.String[] getFieldsArray()