OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-10 e8dd85537ec9060133956629019c429ffb22f8c0
src/main/java/kr/wisestone/owl/web/form/CompanyFieldForm.java
@@ -10,7 +10,11 @@
public class CompanyFieldForm extends UsePartnerForm {
    private String manager;
    private String tel;
    private String url;
    private String memo;
    private Long ispId;
    private Long hostingId;
    private List<Long> removeIds = Lists.newArrayList();
    public CompanyFieldForm() {
@@ -40,6 +44,14 @@
        this.tel = tel;
    }
    public String getUrl() {
        return url;
    }
    public void setUrl(String url) {
        this.url = url;
    }
    public String getMemo() {
        return memo;
    }
@@ -48,6 +60,22 @@
        this.memo = memo;
    }
    public Long getIspId() {
        return ispId;
    }
    public void setIspId(Long ispId) {
        this.ispId = ispId;
    }
    public Long getHostingId() {
        return hostingId;
    }
    public void setHostingId(Long hostingId) {
        this.hostingId = hostingId;
    }
    public List<Long> getRemoveIds() {
        return removeIds;
    }