Class DeliveryMode
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.DeliveryMode
DeliveryMode
-
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()Get price@Valid RelatedPartyRefGet relatedParty@Valid ShoppingCartRefGet shoppingCartinthashCode()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
Get price- Returns:
- price
-
setPrice
-
shoppingCart
-
getShoppingCart
Get shoppingCart- Returns:
- shoppingCart
-
setShoppingCart
-
getRelatedParty
Get relatedParty- Returns:
- relatedParty
-
setRelatedParty
-
equals
-
hashCode
public int hashCode() -
toString
-