org.nuiton.jredmine.model
Class News

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

public class News
extends Object
implements IdAble, I18nAble

Since:
1.0.0
Author:
chemit

Field Summary
protected  int authorId
           
protected  int commentsCount
           
protected  Date createdOn
           
protected  String description
           
protected  int id
           
protected  int projectId
           
protected  String summary
           
protected  String title
           
 
Constructor Summary
News()
           
 
Method Summary
 int getAuthorId()
           
 int getCommentsCount()
           
 Date getCreatedOn()
           
 String getDescription()
           
 int getId()
           
 String getName()
           
 int getProjectId()
           
 String getSummary()
           
 String getTitle()
           
 void setAuthorId(int authorId)
           
 void setCommentsCount(int commentsCount)
           
 void setCreatedOn(Date createdOn)
           
 void setDescription(String description)
           
 void setId(int id)
           
 void setProjectId(int projectId)
           
 void setSummary(String summary)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

projectId

protected int projectId

authorId

protected int authorId

commentsCount

protected int commentsCount

description

protected String description

title

protected String title

summary

protected String summary

createdOn

protected Date createdOn
Constructor Detail

News

public News()
Method Detail

getId

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

getName

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

getAuthorId

public int getAuthorId()

getCommentsCount

public int getCommentsCount()

getCreatedOn

public Date getCreatedOn()

getDescription

public String getDescription()

getProjectId

public int getProjectId()

getSummary

public String getSummary()

getTitle

public String getTitle()

setAuthorId

public void setAuthorId(int authorId)

setCommentsCount

public void setCommentsCount(int commentsCount)

setCreatedOn

public void setCreatedOn(Date createdOn)

setDescription

public void setDescription(String description)

setId

public void setId(int id)

setProjectId

public void setProjectId(int projectId)

setSummary

public void setSummary(String summary)

setTitle

public void setTitle(String title)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.