Class SubscriptionBillingAudit
java.lang.Object
com.broadleafcommerce.subscription.domain.SubscriptionBillingAudit
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.ContextStateAware
public class SubscriptionBillingAudit
extends Object
implements com.broadleafcommerce.data.tracking.core.ContextStateAware
- Author:
- venkat
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionBillingAudit(String id, String subscriptionId, String billingAuditEventType, String errorIdentifier, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextStateA subset ofTrackinginformation to expose the context state for this object.getId()inthashCode()voidsetBillingAuditEventType(String billingAuditEventType) voidsetContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) A subset ofTrackinginformation to expose the context state for this object.voidsetErrorIdentifier(String errorIdentifier) voidvoidsetSubscriptionId(String subscriptionId) toString()
-
Constructor Details
-
SubscriptionBillingAudit
public SubscriptionBillingAudit() -
SubscriptionBillingAudit
-
-
Method Details
-
getId
-
getSubscriptionId
-
getBillingAuditEventType
-
getErrorIdentifier
-
getContextState
public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()A subset ofTrackinginformation to expose the context state for this object.- Specified by:
getContextStatein interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware
-
setId
-
setSubscriptionId
-
setBillingAuditEventType
-
setErrorIdentifier
-
setContextState
public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) A subset ofTrackinginformation to expose the context state for this object.- Specified by:
setContextStatein interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-