Class SavedPaymentMethodSummary
java.lang.Object
com.broadleafcommerce.paymenttransaction.domain.SavedPaymentMethodSummary
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.ContextStateAware,com.broadleafcommerce.data.tracking.core.policy.Owned,Serializable
public class SavedPaymentMethodSummary
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.ContextStateAware, com.broadleafcommerce.data.tracking.core.policy.Owned
- See Also:
-
Constructor Summary
Constructors -
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()getName()getType()inthashCode()booleanvoidsetAttributes(Map<String, String> attributes) voidsetBillingAddress(Address billingAddress) voidsetContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) A subset ofTrackinginformation to expose the context state for this object.voidsetDefaultForOwner(boolean defaultForOwner) voidsetDisplayAttributes(Map<String, String> displayAttributes) voidsetGatewayReferenceId(String gatewayReferenceId) voidsetGatewayType(String gatewayType) voidvoidsetLastTransactionDateTime(Instant lastTransactionDateTime) voidsetLastTransactionResultCode(String lastTransactionResultCode) voidvoidsetNextAction(SavedPaymentMethodNextAction nextAction) voidsetOriginatingPaymentId(String originatingPaymentId) voidsetOwningUserId(String owningUserId) voidsetOwningUserType(String owningUserType) voidvoidvoidsetVersion(Integer version) voidsetVisibleToChildren(String visibleToChildren) toString()
-
Constructor Details
-
SavedPaymentMethodSummary
public SavedPaymentMethodSummary()
-
-
Method Details
-
getOwnerIdentifier
- Specified by:
getOwnerIdentifierin interfacecom.broadleafcommerce.data.tracking.core.policy.Owned
-
getId
- See Also:
-
getName
- See Also:
-
getStatus
- See Also:
-
isDefaultForOwner
public boolean isDefaultForOwner()- See Also:
-
getOriginatingPaymentId
-
getOwningUserType
- See Also:
-
getOwningUserId
- See Also:
-
getType
- See Also:
-
getGatewayType
- See Also:
-
getBillingAddress
- See Also:
-
getAttributes
- See Also:
-
getDisplayAttributes
-
getLastTransactionDateTime
-
getLastTransactionResultCode
-
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- Returns:
- a subset of
Trackinginformation to expose the context state for this object.
-
getVersion
- See Also:
-
getVisibleToChildren
-
getGatewayReferenceId
-
getNextAction
- See Also:
-
setId
- See Also:
-
setName
- See Also:
-
setStatus
- See Also:
-
setDefaultForOwner
public void setDefaultForOwner(boolean defaultForOwner) - See Also:
-
setOriginatingPaymentId
-
setOwningUserType
- See Also:
-
setOwningUserId
- See Also:
-
setType
- See Also:
-
setGatewayType
- See Also:
-
setBillingAddress
- See Also:
-
setAttributes
- See Also:
-
setDisplayAttributes
-
setLastTransactionDateTime
-
setLastTransactionResultCode
-
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- Parameters:
contextState- a subset ofTrackinginformation to expose the context state for this object
-
setVersion
- See Also:
-
setVisibleToChildren
-
setGatewayReferenceId
-
setNextAction
- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-