java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ShoppingCartRef
public class ShoppingCartRef
extends Object
Reference to the shopping cart
-
Constructor Summary
Constructors
-
Method Summary
boolean
Reference of the shopping cart
Unique identifier of the shopping cart
int
void
void
-
Constructor Details
-
ShoppingCartRef
public ShoppingCartRef()
-
Method Details
-
-
getId
@NotNull
public @NotNull String getId()
Unique identifier of the shopping cart
- Returns:
- id
-
-
-
getHref
Reference of the shopping cart
- Returns:
- href
-
setHref
public void setHref(String href)
-
-
-