Liferay 6.2.0

com.liferay.portlet.shopping.model
Interface ShoppingCartItem

All Superinterfaces:
Comparable<ShoppingCartItem>, Serializable

public interface ShoppingCartItem
extends Comparable<ShoppingCartItem>, Serializable


Method Summary
abstract  String getCartItemId()
           
abstract  String getFields()
           
abstract  String[] getFieldsArray()
           
abstract  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.0