Class UserFake

  • All Implemented Interfaces:
    com.logicommerce.sdk.models.User

    public class UserFake
    extends Object
    implements com.logicommerce.sdk.models.User
    • Constructor Detail

      • UserFake

        public UserFake()
    • Method Detail

      • getAffiliateId

        public Integer getAffiliateId()
        Specified by:
        getAffiliateId in interface com.logicommerce.sdk.models.User
      • getBillingAddresses

        public List<com.logicommerce.sdk.models.UserAddress> getBillingAddresses()
        Specified by:
        getBillingAddresses in interface com.logicommerce.sdk.models.User
      • getBirthday

        public LocalDate getBirthday()
        Specified by:
        getBirthday in interface com.logicommerce.sdk.models.User
      • getCompany

        public String getCompany()
        Specified by:
        getCompany in interface com.logicommerce.sdk.models.User
      • getCustomTags

        public Map<String,​String> getCustomTags()
        Specified by:
        getCustomTags in interface com.logicommerce.sdk.models.User
      • getEmail

        public String getEmail()
        Specified by:
        getEmail in interface com.logicommerce.sdk.models.User
      • getGender

        public String getGender()
        Specified by:
        getGender in interface com.logicommerce.sdk.models.User
      • getId

        public Integer getId()
        Specified by:
        getId in interface com.logicommerce.sdk.models.User
      • getNick

        public String getNick()
        Specified by:
        getNick in interface com.logicommerce.sdk.models.User
      • getSalesAgentId

        public Integer getSalesAgentId()
        Specified by:
        getSalesAgentId in interface com.logicommerce.sdk.models.User
      • getShippingAddresses

        public List<com.logicommerce.sdk.models.UserAddress> getShippingAddresses()
        Specified by:
        getShippingAddresses in interface com.logicommerce.sdk.models.User
      • isSalesAgent

        public Boolean isSalesAgent()
        Specified by:
        isSalesAgent in interface com.logicommerce.sdk.models.User
      • setAffiliateId

        public void setAffiliateId​(Integer affiliateId)
      • setBirthday

        public void setBirthday​(LocalDate birthday)
      • setCompany

        public void setCompany​(String company)
      • setEmail

        public void setEmail​(String email)
      • setGender

        public void setGender​(String gender)
      • setId

        public void setId​(Integer id)
      • setNick

        public void setNick​(String nick)
      • setSalesAgentId

        public void setSalesAgentId​(Integer salesAgentId)
      • setSalesAgent

        public void setSalesAgent​(Boolean salesAgent)
      • setCustomTags

        public void setCustomTags​(Map<String,​String> customTags)
      • setBillingAddresses

        public void setBillingAddresses​(List<com.logicommerce.sdk.models.UserAddress> billingAddresses)
      • setShippingAddresses

        public void setShippingAddresses​(List<com.logicommerce.sdk.models.UserAddress> shippingAddresses)