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 boolean
boolean
Customer'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.int
hashCode()
boolean
Is email verified.boolean
Is phone number verified.boolean
Is social network connected.void
setEmailVerified
(boolean isEmailVerified) Is email verified.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.void
setPhoneNumberVerified
(boolean isPhoneNumberVerified) Is phone number verified.void
setRegisteredSince
(String registeredSince) Time the customer got registred with you, in UTC, and displayed in ISO 8601 datetime format.void
setSocialNetworksConnected
(boolean isSocialNetworksConnected) Is social network connected.void
setWishlistCount
(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
-