java.lang.Object
de.hybris.platform.b2bacceleratorfacades.checkout.data.PlaceOrderData
All Implemented Interfaces:
Serializable

public class PlaceOrderData extends Object implements Serializable
See Also:
  • Constructor Details

    • PlaceOrderData

      public PlaceOrderData()
  • Method Details

    • setSecurityCode

      public void setSecurityCode(String securityCode)
    • getSecurityCode

      public String getSecurityCode()
    • setTermsCheck

      public void setTermsCheck(Boolean termsCheck)
    • getTermsCheck

      public Boolean getTermsCheck()
    • setNegotiateQuote

      @Deprecated(since="6.3", forRemoval=true) public void setNegotiateQuote(Boolean negotiateQuote)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Please see quote functionality from commerce.
    • getNegotiateQuote

      @Deprecated(since="6.3", forRemoval=true) public Boolean getNegotiateQuote()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Please see quote functionality from commerce.
    • setQuoteRequestDescription

      @Deprecated(since="6.3", forRemoval=true) public void setQuoteRequestDescription(String quoteRequestDescription)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Please see quote functionality from commerce.
    • getQuoteRequestDescription

      @Deprecated(since="6.3", forRemoval=true) public String getQuoteRequestDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Please see quote functionality from commerce.
    • setReplenishmentOrder

      public void setReplenishmentOrder(Boolean replenishmentOrder)
    • getReplenishmentOrder

      public Boolean getReplenishmentOrder()
    • setReplenishmentStartDate

      public void setReplenishmentStartDate(Date replenishmentStartDate)
    • getReplenishmentStartDate

      public Date getReplenishmentStartDate()
    • setReplenishmentRecurrence

      public void setReplenishmentRecurrence(B2BReplenishmentRecurrenceEnum replenishmentRecurrence)
    • getReplenishmentRecurrence

      public B2BReplenishmentRecurrenceEnum getReplenishmentRecurrence()
    • setNDaysOfWeek

      public void setNDaysOfWeek(List<DayOfWeek> nDaysOfWeek)
    • getNDaysOfWeek

      public List<DayOfWeek> getNDaysOfWeek()
    • setNDays

      public void setNDays(String nDays)
    • getNDays

      public String getNDays()
    • setNWeeks

      public void setNWeeks(String nWeeks)
    • getNWeeks

      public String getNWeeks()
    • setNthDayOfMonth

      public void setNthDayOfMonth(String nthDayOfMonth)
    • getNthDayOfMonth

      public String getNthDayOfMonth()