OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/java/kr/wisestone/owl/web/condition/CompanyFieldCondition.java
@@ -10,7 +10,10 @@
    private String manager;
    private String tel;
    private String email;
    private String url;
    private String memo;
    private Long ispId;
    private Long hostingId;
    private Integer Page;
    private Integer PageSize;
@@ -82,4 +85,28 @@
    public void setPageSize(Integer pageSize) {
        PageSize = pageSize;
    }
    public String getUrl() {
        return url;
    }
    public void setUrl(String url) {
        this.url = url;
    }
    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;
    }
}