| Modifier and Type | Field and Description |
|---|---|
protected int |
assignedToId |
protected int |
id |
protected String |
name |
protected int |
projectId |
| Constructor and Description |
|---|
IssueCategory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssignedToId() |
int |
getId() |
String |
getName() |
int |
getProjectId() |
void |
setAssignedToId(int assignedToId) |
void |
setId(int id) |
void |
setName(String name) |
void |
setProjectId(int projectId) |
protected int projectId
protected int assignedToId
protected int id
protected String name
public int getAssignedToId()
public int getProjectId()
public void setAssignedToId(int assignedToId)
public void setId(int id)
public void setName(String name)
public void setProjectId(int projectId)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.