| | |
| | | private String color; |
| | | private Long workflowId; |
| | | private Long projectId; |
| | | private Long companyId; |
| | | private Long ispId; |
| | | private Long hostingId; |
| | | private String companyYn; |
| | | private String ispYn; |
| | | private String hostingYn; |
| | | private List<Long> removeIds = Lists.newArrayList(); |
| | | |
| | | public IssueTypeForm(){} |
| | |
| | | this.projectId = projectId; |
| | | } |
| | | |
| | | public Long getCompanyId() { |
| | | return companyId; |
| | | public String getCompanyYn() { |
| | | return companyYn; |
| | | } |
| | | |
| | | public void setCompanyId(Long companyId) { |
| | | this.companyId = companyId; |
| | | public void setCompanyYn(String companyYn) { |
| | | this.companyYn = companyYn; |
| | | } |
| | | |
| | | public Long getIspId() { |
| | | return ispId; |
| | | public String getIspYn() { |
| | | return ispYn; |
| | | } |
| | | |
| | | public void setIspId(Long ispId) { |
| | | this.ispId = ispId; |
| | | public void setIspYn(String ispYn) { |
| | | this.ispYn = ispYn; |
| | | } |
| | | |
| | | public Long getHostingId() { |
| | | return hostingId; |
| | | public String getHostingYn() { |
| | | return hostingYn; |
| | | } |
| | | |
| | | public void setHostingId(Long hostingId) { |
| | | this.hostingId = hostingId; |
| | | public void setHostingYn(String hostingYn) { |
| | | this.hostingYn = hostingYn; |
| | | } |
| | | } |