Class PlaceOrderData

  • All Implemented Interfaces:
    java.io.Serializable

    public class PlaceOrderData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PlaceOrderData

        public PlaceOrderData()
    • Method Detail

      • setSecurityCode

        public void setSecurityCode​(java.lang.String securityCode)
      • getSecurityCode

        public java.lang.String getSecurityCode()
      • setTermsCheck

        public void setTermsCheck​(java.lang.Boolean termsCheck)
      • getTermsCheck

        public java.lang.Boolean getTermsCheck()
      • setNegotiateQuote

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

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

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

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

        public void setReplenishmentOrder​(java.lang.Boolean replenishmentOrder)
      • getReplenishmentOrder

        public java.lang.Boolean getReplenishmentOrder()
      • setReplenishmentStartDate

        public void setReplenishmentStartDate​(java.util.Date replenishmentStartDate)
      • getReplenishmentStartDate

        public java.util.Date getReplenishmentStartDate()
      • setNDaysOfWeek

        public void setNDaysOfWeek​(java.util.List<DayOfWeek> nDaysOfWeek)
      • getNDaysOfWeek

        public java.util.List<DayOfWeek> getNDaysOfWeek()
      • setNDays

        public void setNDays​(java.lang.String nDays)
      • getNDays

        public java.lang.String getNDays()
      • setNWeeks

        public void setNWeeks​(java.lang.String nWeeks)
      • getNWeeks

        public java.lang.String getNWeeks()
      • setNthDayOfMonth

        public void setNthDayOfMonth​(java.lang.String nthDayOfMonth)
      • getNthDayOfMonth

        public java.lang.String getNthDayOfMonth()