Class OwnershipSummary
java.lang.Object
com.broadleafcommerce.paymenttransaction.domain.OwnershipSummary
- All Implemented Interfaces:
Serializable
A data structure used to hold ownership details of an entity, i.e.
SavedPaymentMethod
.- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
The id of the entity.The owner id of the entity.The owner type of the entity.The visibility type of the payment to sub-accounts, if applicable.int
hashCode()
void
The id of the entity.void
setOwnerId
(String ownerId) The owner id of the entity.void
setOwnerType
(String ownerType) The owner type of the entity.void
setVisibilityToChildren
(String visibilityToChildren) The visibility type of the payment to sub-accounts, if applicable.toString()
-
Constructor Details
-
OwnershipSummary
public OwnershipSummary()
-
-
Method Details
-
getId
The id of the entity. -
getOwnerType
The owner type of the entity. -
getOwnerId
The owner id of the entity. -
getVisibilityToChildren
The visibility type of the payment to sub-accounts, if applicable.- See Also:
-
setId
The id of the entity. -
setOwnerType
The owner type of the entity. -
setOwnerId
The owner id of the entity. -
setVisibilityToChildren
The visibility type of the payment to sub-accounts, if applicable.- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-