Class CartToOrderCronJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CronJobModel
de.hybris.platform.orderscheduling.model.CartToOrderCronJobModel
All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CART2CARTTOORDERCRONJOB

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

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

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

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

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

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

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

      public static final String PAYMENTINFO
      Generated constant - Attribute key of CartToOrderCronJob.paymentInfo attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • CartToOrderCronJobModel

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

      public CartToOrderCronJobModel(de.hybris.platform.servicelayer.model.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 Details

    • 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
    • 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
    • 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