org.nuiton.jredmine.model
Class Project

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

public class Project
extends Object
implements IdAble, I18nAble

redmine project

Since:
1.0.0
Author:
tchemit

Field Summary
protected  Date createdOn
           
protected  String description
           
protected  String homepage
           
protected  int id
           
protected  String identifier
           
protected  boolean isPublic
           
protected  int lft
           
protected  String name
           
protected  int parentId
           
protected  int projectsCount
           
protected  int rgt
           
protected  int status
           
protected  Date updatedOn
           
 
Constructor Summary
Project()
           
 
Method Summary
 Date getCreatedOn()
           
 String getDescription()
           
 String getHomepage()
           
 int getId()
           
 String getIdentifier()
           
 int getLft()
           
 String getName()
           
 int getParentId()
           
 int getProjectsCount()
           
 int getRgt()
           
 int getStatus()
           
 Date getUpdatedOn()
           
 boolean isIsPublic()
           
 void setCreatedOn(Date createdOn)
           
 void setDescription(String description)
           
 void setHomepage(String homepage)
           
 void setId(int id)
           
 void setIdentifier(String identifier)
           
 void setIsPublic(boolean isPublic)
           
 void setLft(int lft)
           
 void setName(String name)
           
 void setParentId(int parentId)
           
 void setProjectsCount(int projectsCount)
           
 void setRgt(int rgt)
           
 void setStatus(int status)
           
 void setUpdatedOn(Date updatedOn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createdOn

protected Date createdOn

updatedOn

protected Date updatedOn

description

protected String description

homepage

protected String homepage

identifier

protected String identifier

name

protected String name

id

protected int id

lft

protected int lft

rgt

protected int rgt

parentId

protected int parentId

projectsCount

protected int projectsCount

status

protected int status

isPublic

protected boolean isPublic
Constructor Detail

Project

public Project()
Method Detail

getCreatedOn

public Date getCreatedOn()

getDescription

public String getDescription()

getHomepage

public String getHomepage()

getId

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

getIdentifier

public String getIdentifier()

isIsPublic

public boolean isIsPublic()

getName

public String getName()
Specified by:
getName in interface I18nAble

getParentId

public int getParentId()

getProjectsCount

public int getProjectsCount()

getUpdatedOn

public Date getUpdatedOn()

getStatus

public int getStatus()

getLft

public int getLft()

getRgt

public int getRgt()

setCreatedOn

public void setCreatedOn(Date createdOn)

setDescription

public void setDescription(String description)

setHomepage

public void setHomepage(String homepage)

setId

public void setId(int id)

setIdentifier

public void setIdentifier(String identifier)

setIsPublic

public void setIsPublic(boolean isPublic)

setName

public void setName(String name)

setParentId

public void setParentId(int parentId)

setProjectsCount

public void setProjectsCount(int projectsCount)

setUpdatedOn

public void setUpdatedOn(Date updatedOn)

setStatus

public void setStatus(int status)

setLft

public void setLft(int lft)

setRgt

public void setRgt(int rgt)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.