org.nuiton.jredmine.model
Class News

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

public class News
extends java.lang.Object
implements IdAble

Since:
1.0.0
Author:
chemit

Field Summary
protected  int authorId
           
protected  int commentsCount
           
protected  java.util.Date createdOn
           
protected  java.lang.String description
           
protected  int id
           
protected  int projectId
           
protected  java.lang.String summary
           
protected  java.lang.String title
           
 
Constructor Summary
News()
           
 
Method Summary
 int getAuthorId()
           
 int getCommentsCount()
           
 java.util.Date getCreatedOn()
           
 java.lang.String getDescription()
           
 int getId()
           
 int getProjectId()
           
 java.lang.String getSummary()
           
 java.lang.String getTitle()
           
 void setAuthorId(int authorId)
           
 void setCommentsCount(int commentsCount)
           
 void setCreatedOn(java.util.Date createdOn)
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setProjectId(int projectId)
           
 void setSummary(java.lang.String summary)
           
 void setTitle(java.lang.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 java.lang.String description

title

protected java.lang.String title

summary

protected java.lang.String summary

createdOn

protected java.util.Date createdOn
Constructor Detail

News

public News()
Method Detail

getId

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

getAuthorId

public int getAuthorId()

getCommentsCount

public int getCommentsCount()

getCreatedOn

public java.util.Date getCreatedOn()

getDescription

public java.lang.String getDescription()

getProjectId

public int getProjectId()

getSummary

public java.lang.String getSummary()

getTitle

public java.lang.String getTitle()

setAuthorId

public void setAuthorId(int authorId)

setCommentsCount

public void setCommentsCount(int commentsCount)

setCreatedOn

public void setCreatedOn(java.util.Date createdOn)

setDescription

public void setDescription(java.lang.String description)

setId

public void setId(int id)

setProjectId

public void setProjectId(int projectId)

setSummary

public void setSummary(java.lang.String summary)

setTitle

public void setTitle(java.lang.String title)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.