| | |
| | | private String actualPrice; |
| | | private String validityDay; |
| | | private String couponType; |
| | | private String couponTypeName; |
| | | private String poolId; |
| | | private String state; |
| | | private String seq; |
| | | private String primary; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setSeq(String seq) { |
| | | this.seq = seq; |
| | | } |
| | | public String getPrimary() { |
| | | return primary; |
| | | } |
| | | public void setPrimary(String primary) { |
| | | this.primary = primary; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getCouponTypeName() { |
| | | return couponTypeName; |
| | | } |
| | | |
| | | public void setCouponTypeName(String couponTypeName) { |
| | | this.couponTypeName = couponTypeName; |
| | | } |
| | | } |