OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-25 bb9cc79a03a90cb2a6a03275f6ff6d8ea7d2fc5e
src/main/java/kr/wisestone/owl/web/form/IssueTypeForm.java
@@ -17,6 +17,9 @@
    private String color;
    private Long workflowId;
    private Long projectId;
    private Long companyId;
    private Long ispId;
    private Long hostingId;
    private List<Long> removeIds = Lists.newArrayList();
    public IssueTypeForm(){}
@@ -90,4 +93,28 @@
    public void setProjectId(Long projectId) {
        this.projectId = projectId;
    }
    public Long getCompanyId() {
        return companyId;
    }
    public void setCompanyId(Long companyId) {
        this.companyId = companyId;
    }
    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;
    }
}