Class JpaReturnConfirmation

    • Constructor Detail

      • JpaReturnConfirmation

        public JpaReturnConfirmation()
    • Method Detail

      • getBusinessDomainType

        public Class<?> getBusinessDomainType()
        Specified by:
        getBusinessDomainType in interface com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
      • setMerchandiseTotalToRefund

        public void setMerchandiseTotalToRefund​(javax.money.MonetaryAmount merchandiseTotalToRefund)
      • getMerchandiseTotalToRefund

        public javax.money.MonetaryAmount getMerchandiseTotalToRefund()
      • setFulfillmentTotalToRefund

        public void setFulfillmentTotalToRefund​(javax.money.MonetaryAmount fulfillmentTotalToRefund)
      • getFulfillmentTotalToRefund

        public javax.money.MonetaryAmount getFulfillmentTotalToRefund()
      • setTaxTotalToRefund

        public void setTaxTotalToRefund​(javax.money.MonetaryAmount taxTotalToRefund)
      • getTaxTotalToRefund

        public javax.money.MonetaryAmount getTaxTotalToRefund()
      • setTotalToRefund

        public void setTotalToRefund​(javax.money.MonetaryAmount totalToRefund)
      • getTotalToRefund

        public javax.money.MonetaryAmount getTotalToRefund()
      • setOverrideTotalToRefund

        public void setOverrideTotalToRefund​(javax.money.MonetaryAmount overrideTotalToRefund)
      • getOverrideTotalToRefund

        public javax.money.MonetaryAmount getOverrideTotalToRefund()
      • setTotalRefunded

        public void setTotalRefunded​(javax.money.MonetaryAmount totalRefunded)
      • getTotalRefunded

        public javax.money.MonetaryAmount getTotalRefunded()
      • setTotalFailedToRefund

        public void setTotalFailedToRefund​(javax.money.MonetaryAmount totalFailedToRefund)
      • getTotalFailedToRefund

        public javax.money.MonetaryAmount getTotalFailedToRefund()
      • setTotalRefundAwaitingResult

        public void setTotalRefundAwaitingResult​(javax.money.MonetaryAmount totalRefundAwaitingResult)
      • getTotalRefundAwaitingResult

        public javax.money.MonetaryAmount getTotalRefundAwaitingResult()
      • get_id

        public String get_id()
        The JPA primary key.
        Returns:
        the jpa primary key
      • getReturnAuthorizationItem

        public JpaReturnAuthorizationItem getReturnAuthorizationItem()
        A reference to the return authorization item this confirmation belongs to.
      • getStatus

        public String getStatus()
        See Also:
        ReturnConfirmation.getStatus()
      • getQuantity

        public int getQuantity()
        See Also:
        ReturnConfirmation.getQuantity()
      • getActualCondition

        public String getActualCondition()
        See Also:
        ReturnConfirmation.getActualCondition()
      • getNote

        @Nullable
        public String getNote()
        See Also:
        ReturnConfirmation.getNote()
      • isRefundFulfillmentCharge

        public boolean isRefundFulfillmentCharge()
        See Also:
        ReturnConfirmation.isRefundFulfillmentCharge()
      • getCurrency

        public javax.money.CurrencyUnit getCurrency()
        The currency that is used to convert between a MonetaryAmount and a BigDecimal value.

        The parent object will initialize this transient field prior to mapping between the business and persisted domains.

      • set_id

        public void set_id​(String _id)
        The JPA primary key.
        Parameters:
        _id - the jpa primary key
      • setReturnAuthorizationItem

        public void setReturnAuthorizationItem​(JpaReturnAuthorizationItem returnAuthorizationItem)
        A reference to the return authorization item this confirmation belongs to.
      • setStatus

        public void setStatus​(String status)
        See Also:
        ReturnConfirmation.getStatus()
      • setQuantity

        public void setQuantity​(int quantity)
        See Also:
        ReturnConfirmation.getQuantity()
      • setActualCondition

        public void setActualCondition​(String actualCondition)
        See Also:
        ReturnConfirmation.getActualCondition()
      • setNote

        public void setNote​(@Nullable
                            String note)
        See Also:
        ReturnConfirmation.getNote()
      • setRefundFulfillmentCharge

        public void setRefundFulfillmentCharge​(boolean refundFulfillmentCharge)
        See Also:
        ReturnConfirmation.isRefundFulfillmentCharge()
      • setCurrency

        public void setCurrency​(javax.money.CurrencyUnit currency)
        The currency that is used to convert between a MonetaryAmount and a BigDecimal value.

        The parent object will initialize this transient field prior to mapping between the business and persisted domains.

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object