Package com.mt.ecommerce.product.model
Class Store
java.lang.Object
com.mt.ecommerce.product.model.Store
Represents a store containing user information, a list of vendors, and an authentication token.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetToken()
void
void
setUserInfo
(UserInfoBO userInfo) void
setVendors
(List<VendorBO> vendors)
-
Constructor Details
-
Store
public Store()
-
-
Method Details
-
getUserInfo
-
setUserInfo
-
getVendors
-
setVendors
-
getToken
-
setToken
-