Class ShoppingCartUnderscoreCreate
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ShoppingCartUnderscoreCreate
Shopping Cart resource is used for the temporarily selection and reservation of product offerings in e-commerce, call center and retail purchase. Shopping cart supports purchase of both physical and digital goods and service (e.g. handset, telecom network service). Shopping Cart contain list of cart items, a reference to customer (partyRole) or contact medium in case customer not exist, and the total items price including promotions Skipped properties: id,href
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCartItemItem(CartItem cartItemItem) addCartTotalPriceItem(CartPrice cartTotalPriceItem) addContactMediumItem(ContactMedium contactMediumItem) addRelatedPartyItem(RelatedPartyRef relatedPartyItem) atBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) cartTotalPrice(List<CartPrice> cartTotalPrice) contactMedium(List<ContactMedium> contactMedium) booleanGeneric attribute indicating the base class type of the extension class of the current object.Generic attribute containing the link to the schema that defines the structure of the class type of the current object.Generic attribute containing the name of the resource class typeGet cartItemTotal amount of the shopping cart, usually of money, that represents the actual price paid by the Customer for cart (considering only \"Active\" cart items)@Valid List<ContactMedium>Get contactMedium@Valid List<RelatedPartyRef>Get relatedPartyText that provide details for validation error.@Valid TimePeriodGet validForinthashCode()relatedParty(List<RelatedPartyRef> relatedParty) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetCartItem(List<CartItem> cartItem) voidsetCartTotalPrice(List<CartPrice> cartTotalPrice) voidsetContactMedium(List<ContactMedium> contactMedium) voidsetRelatedParty(List<RelatedPartyRef> relatedParty) voidsetValidationError(String validationError) voidsetValidFor(TimePeriod validFor) toString()validationError(String validationError) validFor(TimePeriod validFor)
-
Constructor Details
-
ShoppingCartUnderscoreCreate
public ShoppingCartUnderscoreCreate()
-
-
Method Details
-
atBaseType
-
getAtBaseType
Generic attribute indicating the base class type of the extension class of the current object. Useful only when the class type of the current object is unknown to the implementation.- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
Generic attribute containing the link to the schema that defines the structure of the class type of the current object.- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
Generic attribute containing the name of the resource class type- Returns:
- atType
-
setAtType
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
contactMedium
-
addContactMediumItem
-
getContactMedium
Get contactMedium- Returns:
- contactMedium
-
setContactMedium
-
cartTotalPrice
-
addCartTotalPriceItem
-
getCartTotalPrice
Total amount of the shopping cart, usually of money, that represents the actual price paid by the Customer for cart (considering only \"Active\" cart items)- Returns:
- cartTotalPrice
-
setCartTotalPrice
-
cartItem
-
addCartItemItem
-
getCartItem
Get cartItem- Returns:
- cartItem
-
setCartItem
-
addRelatedPartyItem
-
getRelatedParty
Get relatedParty- Returns:
- relatedParty
-
setRelatedParty
-
validationError
-
getValidationError
Text that provide details for validation error.- Returns:
- validationError
-
setValidationError
-
equals
-
hashCode
public int hashCode() -
toString
-