java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.DeliveryMode

public class DeliveryMode extends Object
DeliveryMode
  • Constructor Details

    • DeliveryMode

      public DeliveryMode()
  • Method Details

    • id

      public DeliveryMode id(String id)
    • getId

      public String getId()
      Unique identifier of the delivery mode.
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public DeliveryMode href(String href)
    • getHref

      public String getHref()
      Reference of the delivery mode.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public DeliveryMode name(String name)
    • getName

      public String getName()
      Name of the delivery mode.
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public DeliveryMode description(String description)
    • getDescription

      public String getDescription()
      Description of the delivery mode.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • atType

      public DeliveryMode atType(String atType)
    • getAtType

      public String getAtType()
      Class type of the delivery mode
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public DeliveryMode atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A link to the schema describing this delivery mode
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • price

      public DeliveryMode price(Money price)
    • getPrice

      @Valid public @Valid Money getPrice()
      Get price
      Returns:
      price
    • setPrice

      public void setPrice(Money price)
    • shoppingCart

      public DeliveryMode shoppingCart(ShoppingCartRef shoppingCart)
    • getShoppingCart

      @Valid public @Valid ShoppingCartRef getShoppingCart()
      Get shoppingCart
      Returns:
      shoppingCart
    • setShoppingCart

      public void setShoppingCart(ShoppingCartRef shoppingCart)
    • relatedParty

      public DeliveryMode relatedParty(RelatedPartyRef relatedParty)
    • getRelatedParty

      @Valid public @Valid RelatedPartyRef getRelatedParty()
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(RelatedPartyRef relatedParty)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object