| | |
| | | private Long childSectorId; |
| | | private Long regionId; |
| | | private Long statusId; |
| | | private String companyTypeName; |
| | | private String parentSectorName; |
| | | private String childSectorName; |
| | | private String regionName; |
| | | private String statusName; |
| | | |
| | | private Long registerId; // 등록자 아이디 - insert batch 에서 사용 |
| | |
| | | public void setRegisterId(Long registerId) { |
| | | this.registerId = registerId; |
| | | } |
| | | |
| | | public String getCompanyTypeName() { |
| | | return companyTypeName; |
| | | } |
| | | |
| | | public void setCompanyTypeName(String companyTypeName) { |
| | | this.companyTypeName = companyTypeName; |
| | | } |
| | | |
| | | public String getParentSectorName() { |
| | | return parentSectorName; |
| | | } |
| | | |
| | | public void setParentSectorName(String parentSectorName) { |
| | | this.parentSectorName = parentSectorName; |
| | | } |
| | | |
| | | public String getChildSectorName() { |
| | | return childSectorName; |
| | | } |
| | | |
| | | public void setChildSectorName(String childSectorName) { |
| | | this.childSectorName = childSectorName; |
| | | } |
| | | |
| | | public String getRegionName() { |
| | | return regionName; |
| | | } |
| | | |
| | | public void setRegionName(String regionName) { |
| | | this.regionName = regionName; |
| | | } |
| | | } |