Class DeliveryMode
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.DeliveryMode
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class DeliveryMode
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatschemaLocation(String atschemaLocation) description(String description) booleanA link to the schema describing this delivery modeClass type of the delivery modeDescription of the delivery mode.getHref()Reference of the delivery mode.getId()Unique identifier of the delivery mode.getName()Name of the delivery mode.@Valid MoneygetPrice()The price of the delivery mode.@Valid RelatedPartyRefReference to the related party.@Valid ShoppingCartRefReference to the shopping cart.inthashCode()relatedParty(RelatedPartyRef relatedParty) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetDescription(String description) voidvoidvoidvoidvoidsetRelatedParty(RelatedPartyRef relatedParty) voidsetShoppingCart(ShoppingCartRef shoppingCart) shoppingCart(ShoppingCartRef shoppingCart) toString()
-
Constructor Details
-
DeliveryMode
public DeliveryMode()
-
-
Method Details
-
id
-
getId
Unique identifier of the delivery mode.- Returns:
- id
-
setId
-
href
-
getHref
Reference of the delivery mode.- Returns:
- href
-
setHref
-
name
-
getName
Name of the delivery mode.- Returns:
- name
-
setName
-
description
-
getDescription
Description of the delivery mode.- Returns:
- description
-
setDescription
-
attype
-
getAttype
Class type of the delivery mode- Returns:
- attype
-
setAttype
-
atschemaLocation
-
getAtschemaLocation
A link to the schema describing this delivery mode- Returns:
- atschemaLocation
-
setAtschemaLocation
-
price
-
getPrice
The price of the delivery mode.- Returns:
- price
-
setPrice
-
shoppingCart
-
getShoppingCart
Reference to the shopping cart.- Returns:
- shoppingCart
-
setShoppingCart
-
getRelatedParty
Reference to the related party.- Returns:
- relatedParty
-
setRelatedParty
-
equals
-
hashCode
public int hashCode() -
toString
-