Class CartToOrderCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CartToOrderCronJobModel
    extends CronJobModel
    Generated model class for type CartToOrderCronJob first defined at extension basecommerce.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _CART2CARTTOORDERCRONJOB

        public static final java.lang.String _CART2CARTTOORDERCRONJOB
        Generated relation code constant for relation Cart2CartToOrderCronJob defining source attribute cart in extension basecommerce.
        See Also:
        Constant Field Values
      • _DELIVERYADDRESSS2CARTTOORDERCRONJOB

        public static final java.lang.String _DELIVERYADDRESSS2CARTTOORDERCRONJOB
        Generated relation code constant for relation DeliveryAddresss2CartToOrderCronJob defining source attribute deliveryAddress in extension basecommerce.
        See Also:
        Constant Field Values
      • _PAYMENTADDRESSS2CARTTOORDERCRONJOB

        public static final java.lang.String _PAYMENTADDRESSS2CARTTOORDERCRONJOB
        Generated relation code constant for relation PaymentAddresss2CartToOrderCronJob defining source attribute paymentAddress in extension basecommerce.
        See Also:
        Constant Field Values
      • _PAYMENTINFO2CARTTOORDERCRONJOB

        public static final java.lang.String _PAYMENTINFO2CARTTOORDERCRONJOB
        Generated relation code constant for relation PaymentInfo2CartToOrderCronJob defining source attribute paymentInfo in extension basecommerce.
        See Also:
        Constant Field Values
      • CART

        public static final java.lang.String CART
        Generated constant - Attribute key of CartToOrderCronJob.cart attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • DELIVERYADDRESS

        public static final java.lang.String DELIVERYADDRESS
        Generated constant - Attribute key of CartToOrderCronJob.deliveryAddress attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • PAYMENTADDRESS

        public static final java.lang.String PAYMENTADDRESS
        Generated constant - Attribute key of CartToOrderCronJob.paymentAddress attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • PAYMENTINFO

        public static final java.lang.String PAYMENTINFO
        Generated constant - Attribute key of CartToOrderCronJob.paymentInfo attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • ORDERS

        public static final java.lang.String ORDERS
        Generated constant - Attribute key of CartToOrderCronJob.orders attribute defined at extension b2bacceleratorservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CartToOrderCronJobModel

        public CartToOrderCronJobModel()
        Generated constructor - Default constructor for generic creation.
      • CartToOrderCronJobModel

        public CartToOrderCronJobModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • CartToOrderCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CartToOrderCronJobModel​(JobModel _job)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _job - initial attribute declared by type CronJob at extension processing
      • CartToOrderCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CartToOrderCronJobModel​(JobModel _job,
                                       ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCart

        @Accessor(qualifier="cart",
                  type=GETTER)
        public CartModel getCart()
        Generated method - Getter of the CartToOrderCronJob.cart attribute defined at extension basecommerce.
        Returns:
        the cart
      • getDeliveryAddress

        @Accessor(qualifier="deliveryAddress",
                  type=GETTER)
        public AddressModel getDeliveryAddress()
        Generated method - Getter of the CartToOrderCronJob.deliveryAddress attribute defined at extension basecommerce.
        Returns:
        the deliveryAddress
      • getOrders

        @Accessor(qualifier="orders",
                  type=GETTER)
        public java.util.Collection<OrderModel> getOrders()
        Generated method - Getter of the CartToOrderCronJob.orders attribute defined at extension b2bacceleratorservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the orders
      • getPaymentAddress

        @Accessor(qualifier="paymentAddress",
                  type=GETTER)
        public AddressModel getPaymentAddress()
        Generated method - Getter of the CartToOrderCronJob.paymentAddress attribute defined at extension basecommerce.
        Returns:
        the paymentAddress
      • getPaymentInfo

        @Accessor(qualifier="paymentInfo",
                  type=GETTER)
        public PaymentInfoModel getPaymentInfo()
        Generated method - Getter of the CartToOrderCronJob.paymentInfo attribute defined at extension basecommerce.
        Returns:
        the paymentInfo
      • setCart

        @Accessor(qualifier="cart",
                  type=SETTER)
        public void setCart​(CartModel value)
        Generated method - Setter of CartToOrderCronJob.cart attribute defined at extension basecommerce.
        Parameters:
        value - the cart
      • setDeliveryAddress

        @Accessor(qualifier="deliveryAddress",
                  type=SETTER)
        public void setDeliveryAddress​(AddressModel value)
        Generated method - Setter of CartToOrderCronJob.deliveryAddress attribute defined at extension basecommerce.
        Parameters:
        value - the deliveryAddress
      • setOrders

        @Accessor(qualifier="orders",
                  type=SETTER)
        public void setOrders​(java.util.Collection<OrderModel> value)
        Generated method - Setter of CartToOrderCronJob.orders attribute defined at extension b2bacceleratorservices.
        Parameters:
        value - the orders
      • setPaymentAddress

        @Accessor(qualifier="paymentAddress",
                  type=SETTER)
        public void setPaymentAddress​(AddressModel value)
        Generated method - Setter of CartToOrderCronJob.paymentAddress attribute defined at extension basecommerce.
        Parameters:
        value - the paymentAddress
      • setPaymentInfo

        @Accessor(qualifier="paymentInfo",
                  type=SETTER)
        public void setPaymentInfo​(PaymentInfoModel value)
        Generated method - Setter of CartToOrderCronJob.paymentInfo attribute defined at extension basecommerce.
        Parameters:
        value - the paymentInfo