| | |
| | | |
| | | private String rssId; |
| | | private String rstId; |
| | | private String parentRstId; |
| | | private String specName; |
| | | private String description; |
| | | private String storeId; |
| | | |
| | | private String statusCd ="0"; |
| | | |
| | | public String getRssId() { |
| | | return rssId; |
| | |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getParentRstId() { |
| | | return parentRstId; |
| | | } |
| | | |
| | | public void setParentRstId(String parentRstId) { |
| | | this.parentRstId = parentRstId; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |