Uses of Class
com.cyran.tp.server.pojo.Cart
Package | Description |
---|---|
com.cyran.tp.server.pojo |
-
Uses of Cart in com.cyran.tp.server.pojo
Methods in com.cyran.tp.server.pojo that return Cart Modifier and Type Method Description Cart
Order. getCartInfo()
Returns Cart informationCart
OrderRequest. getCartInfo()
Returns Cart informationMethods in com.cyran.tp.server.pojo with parameters of type Cart Modifier and Type Method Description void
Order. setCartInfo(Cart cartInfo)
Sets information of Cartvoid
OrderRequest. setCartInfo(Cart cartInfo)
Sets information of Cart