setStore_id method

void setStore_id(
  1. String store_id
)

Implementation

void setStore_id(String store_id) {
  this.store_id = store_id;
}