Class OwnershipSummary

java.lang.Object
com.broadleafcommerce.paymenttransaction.domain.OwnershipSummary
All Implemented Interfaces:
Serializable

public class OwnershipSummary extends Object implements Serializable
A data structure used to hold ownership details of an entity, i.e. SavedPaymentMethod.
Author:
Sunny Yu
See Also:
  • Constructor Details

    • OwnershipSummary

      public OwnershipSummary()
  • Method Details

    • getId

      public String getId()
      The id of the entity.
    • getOwnerType

      public String getOwnerType()
      The owner type of the entity.
    • getOwnerId

      public String getOwnerId()
      The owner id of the entity.
    • getVisibilityToChildren

      public String getVisibilityToChildren()
      The visibility type of the payment to sub-accounts, if applicable.
      See Also:
    • setId

      public void setId(String id)
      The id of the entity.
    • setOwnerType

      public void setOwnerType(String ownerType)
      The owner type of the entity.
    • setOwnerId

      public void setOwnerId(String ownerId)
      The owner id of the entity.
    • setVisibilityToChildren

      public void setVisibilityToChildren(String visibilityToChildren)
      The visibility type of the payment to sub-accounts, if applicable.
      See Also:
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object