| | |
| | | private String companyUrl; |
| | | private String companyEmail; |
| | | private String companyMemo; |
| | | private String companyTypeName; |
| | | private String parentSectorName; |
| | | private String childSectorName; |
| | | private String regionName; |
| | | private String statusName; |
| | | |
| | | private String ispName; |
| | | private String ispCode; |
| | |
| | | } |
| | | if (MapUtil.getString(params, "companyMemo") != null) { |
| | | form.setCompanyMemo(MapUtil.getString(params, "companyMemo")); |
| | | } |
| | | if (MapUtil.getString(params, "companyTypeName") != null) { |
| | | form.setCompanyTypeName(MapUtil.getString(params, "companyTypeName")); |
| | | } |
| | | if (MapUtil.getString(params, "parentSectorName") != null) { |
| | | form.setParentSectorName(MapUtil.getString(params, "parentSectorName")); |
| | | } |
| | | if (MapUtil.getString(params, "childSectorName") != null) { |
| | | form.setChildSectorName(MapUtil.getString(params, "childSectorName")); |
| | | } |
| | | if (MapUtil.getString(params, "regionName") != null) { |
| | | form.setRegionName(MapUtil.getString(params, "regionName")); |
| | | } |
| | | if (MapUtil.getString(params, "statusName") != null) { |
| | | form.setStatusName(MapUtil.getString(params, "statusName")); |
| | | } |
| | | |
| | | if (MapUtil.getString(params, "ispName") != null) { |
| | |
| | | public void setHostingMemo(String hostingMemo) { |
| | | this.hostingMemo = hostingMemo; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public String getStatusName() { |
| | | return statusName; |
| | | } |
| | | |
| | | public void setStatusName(String statusName) { |
| | | this.statusName = statusName; |
| | | } |
| | | } |