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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()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.inthashCode()voidThe id of the entity.voidsetOwnerId(String ownerId) The owner id of the entity.voidsetOwnerType(String ownerType) The owner type of the entity.voidsetVisibilityToChildren(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
-