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 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()
      The price of the delivery mode.
      Returns:
      price
    • setPrice

      public void setPrice(Money price)
    • shoppingCart

      public DeliveryMode shoppingCart(ShoppingCartRef shoppingCart)
    • getShoppingCart

      @Valid public @Valid ShoppingCartRef getShoppingCart()
      Reference to the shopping cart.
      Returns:
      shoppingCart
    • setShoppingCart

      public void setShoppingCart(ShoppingCartRef shoppingCart)
    • relatedParty

      public DeliveryMode relatedParty(RelatedPartyRef relatedParty)
    • getRelatedParty

      @Valid public @Valid RelatedPartyRef getRelatedParty()
      Reference to the related party.
      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