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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState
A subset ofTracking
information to expose the context state for this object.getId()
getName()
getType()
int
hashCode()
boolean
void
setAttributes
(Map<String, String> attributes) void
setBillingAddress
(Address billingAddress) void
setContextState
(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) A subset ofTracking
information to expose the context state for this object.void
setDefaultForOwner
(boolean defaultForOwner) void
setDisplayAttributes
(Map<String, String> displayAttributes) void
setGatewayReferenceId
(String gatewayReferenceId) void
setGatewayType
(String gatewayType) void
void
setLastTransactionDateTime
(Instant lastTransactionDateTime) void
setLastTransactionResultCode
(String lastTransactionResultCode) void
void
setNextAction
(SavedPaymentMethodNextAction nextAction) void
setOriginatingPaymentId
(String originatingPaymentId) void
setOwningUserId
(String owningUserId) void
setOwningUserType
(String owningUserType) void
void
void
setVersion
(Integer version) void
setVisibleToChildren
(String visibleToChildren) toString()
-
Constructor Details
-
SavedPaymentMethodSummary
public SavedPaymentMethodSummary()
-
-
Method Details
-
getOwnerIdentifier
- Specified by:
getOwnerIdentifier
in 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 ofTracking
information to expose the context state for this object.- Specified by:
getContextState
in interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware
- Returns:
- a subset of
Tracking
information 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 ofTracking
information to expose the context state for this object.- Specified by:
setContextState
in interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware
- Parameters:
contextState
- a subset ofTracking
information to expose the context state for this object
-
setVersion
- See Also:
-
setVisibleToChildren
-
setGatewayReferenceId
-
setNextAction
- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-