| | |
| | | private String validityDay; |
| | | private String poolId; |
| | | private String tel; |
| | | private String[] tels; |
| | | private String state; |
| | | private String couponId; |
| | | private String[] couponIds; |
| | |
| | | |
| | | private Date createTime; |
| | | private String endTime; |
| | | private String isExpire; |
| | | |
| | | private String statusCd = "0"; |
| | | private String storeId; |
| | | |
| | | |
| | | public String getCouponName() { |
| | |
| | | public void setCouponIds(String[] couponIds) { |
| | | this.couponIds = couponIds; |
| | | } |
| | | |
| | | public String getIsExpire() { |
| | | return isExpire; |
| | | } |
| | | |
| | | public void setIsExpire(String isExpire) { |
| | | this.isExpire = isExpire; |
| | | } |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String[] getTels() { |
| | | return tels; |
| | | } |
| | | |
| | | public void setTels(String[] tels) { |
| | | this.tels = tels; |
| | | } |
| | | } |