| | |
| | | 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(){} |
| | |
| | | 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; |
| | | } |
| | | } |