Class TabbyBuyerHistory
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyBuyerHistory
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCustomer's loyalty level within your store, should be sent as a number of successfully placed orders in the store with any payment methods.Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format.Number of items in Customer's wishlist >= 0.inthashCode()booleanIs email verified.booleanIs phone number verified.booleanIs social network connected.voidsetEmailVerified(boolean isEmailVerified) Is email verified.voidsetLoyaltyLevel(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.voidsetPhoneNumberVerified(boolean isPhoneNumberVerified) Is phone number verified.voidsetRegisteredSince(String registeredSince) Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format.voidsetSocialNetworksConnected(boolean isSocialNetworksConnected) Is social network connected.voidsetWishlistCount(Integer wishlistCount) Number of items in Customer's wishlist >= 0.toString()
-
Constructor Details
-
TabbyBuyerHistory
public TabbyBuyerHistory()
-
-
Method Details
-
getRegisteredSince
Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format. -
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
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
Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format. -
setLoyaltyLevel
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-