| | |
| | | private String validityDay; |
| | | private String poolId; |
| | | private String tel; |
| | | private String[] tels; |
| | | private String state; |
| | | private String couponId; |
| | | private String[] couponIds; |
| | |
| | | private String isExpire; |
| | | |
| | | private String statusCd = "0"; |
| | | private String storeId; |
| | | |
| | | |
| | | public String getCouponName() { |
| | |
| | | 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; |
| | | } |
| | | } |