org.nuiton.jredmine.model
Class IssueCategory

java.lang.Object
  extended by org.nuiton.jredmine.model.IssueCategory
All Implemented Interfaces:
I18nAble, IdAble

public class IssueCategory
extends java.lang.Object
implements IdAble, I18nAble

Since:
1.0.0
Author:
chemit

Field Summary
protected  int assignedToId
           
protected  int id
           
protected  java.lang.String name
           
protected  int projectId
           
 
Constructor Summary
IssueCategory()
           
 
Method Summary
 int getAssignedToId()
           
 int getId()
           
 java.lang.String getName()
           
 int getProjectId()
           
 void setAssignedToId(int assigneToId)
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 void setProjectId(int projectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectId

protected int projectId

assignedToId

protected int assignedToId

id

protected int id

name

protected java.lang.String name
Constructor Detail

IssueCategory

public IssueCategory()
Method Detail

getAssignedToId

public int getAssignedToId()

getId

public int getId()
Specified by:
getId in interface IdAble

getName

public java.lang.String getName()
Specified by:
getName in interface I18nAble

getProjectId

public int getProjectId()

setAssignedToId

public void setAssignedToId(int assigneToId)

setId

public void setId(int id)

setName

public void setName(java.lang.String name)

setProjectId

public void setProjectId(int projectId)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.