Class TabbyBuyerHistory

java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyBuyerHistory
All Implemented Interfaces:
Serializable

public class TabbyBuyerHistory extends Object implements Serializable
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • TabbyBuyerHistory

      public TabbyBuyerHistory()
  • Method Details

    • getRegisteredSince

      public String getRegisteredSince()
      Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format.
    • getLoyaltyLevel

      public Integer getLoyaltyLevel()
      Customer's loyalty level within your store, should be sent as a number of successfully placed orders in the store with any payment methods. Default: 0.
    • getWishlistCount

      public Integer getWishlistCount()
      Number of items in Customer's wishlist >= 0. Default: 0.
    • isSocialNetworksConnected

      public boolean isSocialNetworksConnected()
      Is social network connected.
    • isPhoneNumberVerified

      public boolean isPhoneNumberVerified()
      Is phone number verified.
    • isEmailVerified

      public boolean isEmailVerified()
      Is email verified.
    • setRegisteredSince

      public void setRegisteredSince(String registeredSince)
      Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format.
    • setLoyaltyLevel

      public void setLoyaltyLevel(Integer loyaltyLevel)
      Customer's loyalty level within your store, should be sent as a number of successfully placed orders in the store with any payment methods. Default: 0.
    • setWishlistCount

      public void setWishlistCount(Integer wishlistCount)
      Number of items in Customer's wishlist >= 0. Default: 0.
    • setSocialNetworksConnected

      public void setSocialNetworksConnected(boolean isSocialNetworksConnected)
      Is social network connected.
    • setPhoneNumberVerified

      public void setPhoneNumberVerified(boolean isPhoneNumberVerified)
      Is phone number verified.
    • setEmailVerified

      public void setEmailVerified(boolean isEmailVerified)
      Is email verified.
    • 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