Class RefundEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class RefundEntryModel extends ReturnEntryModel
Generated model class for type RefundEntry 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 RefundEntry.reason attribute defined at extension basecommerce.
      See Also:
    • AMOUNT

      public static final String AMOUNT
      Generated constant - Attribute key of RefundEntry.amount attribute defined at extension basecommerce.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of RefundEntry.currency attribute defined at extension basecommerce.
      See Also:
    • REFUNDEDDATE

      public static final String REFUNDEDDATE
      Generated constant - Attribute key of RefundEntry.refundedDate attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • RefundEntryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public RefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, RefundReason _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 RefundEntry at extension basecommerce
      _status - initial attribute declared by type ReturnEntry at extension basecommerce
    • RefundEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public RefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, RefundReason _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 RefundEntry at extension basecommerce
      _status - initial attribute declared by type ReturnEntry at extension basecommerce
  • Method Details

    • getAmount

      @Accessor(qualifier="amount", type=GETTER) public BigDecimal getAmount()
      Generated method - Getter of the RefundEntry.amount attribute defined at extension basecommerce.
      Returns:
      the amount
    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the RefundEntry.currency attribute defined at extension basecommerce.
      Returns:
      the currency
    • getReason

      @Accessor(qualifier="reason", type=GETTER) public RefundReason getReason()
      Generated method - Getter of the RefundEntry.reason attribute defined at extension basecommerce.
      Returns:
      the reason
    • getRefundedDate

      @Accessor(qualifier="refundedDate", type=GETTER) public Date getRefundedDate()
      Generated method - Getter of the RefundEntry.refundedDate attribute defined at extension basecommerce.
      Returns:
      the refundedDate
    • setAmount

      @Accessor(qualifier="amount", type=SETTER) public void setAmount(BigDecimal value)
      Generated method - Setter of RefundEntry.amount attribute defined at extension basecommerce.
      Parameters:
      value - the amount
    • setReason

      @Accessor(qualifier="reason", type=SETTER) public void setReason(RefundReason value)
      Generated method - Setter of RefundEntry.reason attribute defined at extension basecommerce.
      Parameters:
      value - the reason
    • setRefundedDate

      @Accessor(qualifier="refundedDate", type=SETTER) public void setRefundedDate(Date value)
      Generated method - Setter of RefundEntry.refundedDate attribute defined at extension basecommerce.
      Parameters:
      value - the refundedDate