org.nuiton.jredmine.model
Class IssueCategory
java.lang.Object
org.nuiton.jredmine.model.IssueCategory
- All Implemented Interfaces:
- I18nAble, IdAble
public class IssueCategory
- extends Object
- implements IdAble, I18nAble
- Since:
- 1.0.0
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
projectId
protected int projectId
assignedToId
protected int assignedToId
id
protected int id
name
protected String name
IssueCategory
public IssueCategory()
getAssignedToId
public int getAssignedToId()
getId
public int getId()
- Specified by:
getId in interface IdAble
getName
public String getName()
- Specified by:
getName in interface I18nAble
getProjectId
public int getProjectId()
setAssignedToId
public void setAssignedToId(int assignedToId)
setId
public void setId(int id)
setName
public void setName(String name)
setProjectId
public void setProjectId(int projectId)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.