Class NewCustomerRestrictionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.voucher.model.RestrictionModel
de.hybris.platform.voucher.model.NewCustomerRestrictionModel
All Implemented Interfaces:
Serializable

public class NewCustomerRestrictionModel extends RestrictionModel
Generated model class for type NewCustomerRestriction first defined at extension voucher.
See Also:
  • Field Details

  • Constructor Details

    • NewCustomerRestrictionModel

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

      public NewCustomerRestrictionModel(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
    • NewCustomerRestrictionModel

      @Deprecated(since="4.1.1", forRemoval=true) public NewCustomerRestrictionModel(VoucherModel _voucher)
      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:
      _voucher - initial attribute declared by type Restriction at extension voucher
    • NewCustomerRestrictionModel

      @Deprecated(since="4.1.1", forRemoval=true) public NewCustomerRestrictionModel(ItemModel _owner, VoucherModel _voucher)
      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:
      _owner - initial attribute declared by type Item at extension core
      _voucher - initial attribute declared by type Restriction at extension voucher