Class ReplacementEntryModel

All Implemented Interfaces:
Serializable

public class ReplacementEntryModel extends ReturnEntryModel
Generated model class for type ReplacementEntry first defined at extension basecommerce.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String REASON
      Generated constant - Attribute key of ReplacementEntry.reason attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • ReplacementEntryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ReplacementReason _reason, ReturnStatus _status)
      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:
      _action - initial attribute declared by type ReturnEntry at extension basecommerce
      _orderEntry - initial attribute declared by type ReturnEntry at extension basecommerce
      _reason - initial attribute declared by type ReplacementEntry at extension basecommerce
      _status - initial attribute declared by type ReturnEntry at extension basecommerce
    • ReplacementEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public ReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReplacementReason _reason, ReturnStatus _status)
      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:
      _action - initial attribute declared by type ReturnEntry at extension basecommerce
      _orderEntry - initial attribute declared by type ReturnEntry at extension basecommerce
      _owner - initial attribute declared by type Item at extension core
      _reason - initial attribute declared by type ReplacementEntry at extension basecommerce
      _status - initial attribute declared by type ReturnEntry at extension basecommerce
  • Method Details