| | |
| | | private String tel; |
| | | private String email; |
| | | private String url; |
| | | private String ipStart; |
| | | private String ipEnd; |
| | | private String ipRange; |
| | | private String memo; |
| | | private Long ispId; |
| | | private Long hostingId; |
| | |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getIpStart() { |
| | | return ipStart; |
| | | } |
| | | |
| | | public void setIpStart(String ipStart) { |
| | | this.ipStart = ipStart; |
| | | } |
| | | |
| | | public String getIpEnd() { |
| | | return ipEnd; |
| | | } |
| | | |
| | | public void setIpEnd(String ipEnd) { |
| | | this.ipEnd = ipEnd; |
| | | } |
| | | |
| | | public String getIpRange() { |
| | | return ipRange; |
| | | } |
| | | |
| | | public void setIpRange(String ipRange) { |
| | | this.ipRange = ipRange; |
| | | } |
| | | |
| | | public IspFieldVo getIspFieldVo() { |
| | | return ispFieldVo; |
| | | } |