Package org.bgerp.plugin.inventory.model
Class StoreAccess
java.lang.Object
org.bgerp.plugin.inventory.model.StoreAccess
Access record linking a user to a store with an optional date range.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()intintvoidsetDateFrom(Date dateFrom) voidvoidsetId(int id) voidsetStoreId(int storeId) voidsetUserId(int userId)
-
Constructor Details
-
StoreAccess
public StoreAccess()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getStoreId
public int getStoreId() -
setStoreId
public void setStoreId(int storeId) -
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-