Class JpaRefundEvent
java.lang.Object
com.broadleafcommerce.billing.provider.jpa.domain.JpaRefundEvent
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,com.broadleafcommerce.data.tracking.core.TenantTrackable<BillingTenantJpaTracking>,com.broadleafcommerce.data.tracking.core.Trackable,com.broadleafcommerce.data.tracking.core.TypedTrackable<BillingTenantJpaTracking>,Serializable
@Entity
public class JpaRefundEvent
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.TenantTrackable<BillingTenantJpaTracking>, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,JpaRefundEventAttribute> protected JpaBillingEventprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected BigDecimalprotected BigDecimalprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanconvertFromMe(org.modelmapper.spi.MappingContext<?, ?> context) convertToMe(org.modelmapper.spi.MappingContext<?, ?> context) booleanorg.modelmapper.ModelMapperfromMe()Class<?>inthashCode()voidsetAdditionalAttributes(Map<String, String> additionalAttributes) voidsetBillingEvent(JpaBillingEvent billingEvent) voidsetBillingEventId(String billingEventId) voidsetContextId(String contextId) voidsetNotificationChannel(String notificationChannel) voidsetRefundDate(Date refundDate) voidvoidsetRefundStatus(String refundStatus) voidsetRefundTaxAmount(BigDecimal refundTaxAmount) voidsetRefundTotal(BigDecimal refundTotal) voidsetTracking(BillingTenantJpaTracking tracking) voidsetTracking(com.broadleafcommerce.data.tracking.core.filtering.domain.Tracking tracking) voidsetVersion(Integer version) org.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMeMethods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
findNotificationStateMethods inherited from interface com.broadleafcommerce.data.tracking.core.Trackable
getDisplay, getNotificationStates, getNotificationStates, setNotificationStates
-
Field Details
-
contextId
-
refundDate
-
billingEventId
-
refundStatus
-
refundTotal
-
refundTaxAmount
-
notificationChannel
-
billingEvent
-
additionalAttributes
-
version
-
-
Constructor Details
-
JpaRefundEvent
public JpaRefundEvent()
-
-
Method Details
-
getBusinessDomainType
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
fromMe
@NonNull public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
@NonNull public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
convertFromMe
-
convertToMe
-
setRefundEventId
-
getRefundEventId
-
getAdditionalAttributes
-
setAdditionalAttributes
-
setTracking
- Specified by:
setTrackingin interfacecom.broadleafcommerce.data.tracking.core.TypedTrackable<BillingTenantJpaTracking>
-
setTracking
public void setTracking(com.broadleafcommerce.data.tracking.core.filtering.domain.Tracking tracking) - Specified by:
setTrackingin interfacecom.broadleafcommerce.data.tracking.core.Trackable- Specified by:
setTrackingin interfacecom.broadleafcommerce.data.tracking.core.TypedTrackable<BillingTenantJpaTracking>
-
getContextId
- Specified by:
getContextIdin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
getRefundDate
-
getBillingEventId
-
getRefundStatus
-
getRefundTotal
-
getRefundTaxAmount
-
getNotificationChannel
-
getBillingEvent
-
getVersion
-
getTracking
- Specified by:
getTrackingin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
setContextId
- Specified by:
setContextIdin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
setRefundDate
-
setBillingEventId
-
setRefundStatus
-
setRefundTotal
-
setRefundTaxAmount
-
setNotificationChannel
-
setBillingEvent
-
setVersion
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-