org.nuiton.jredmine.model
Class News
java.lang.Object
org.nuiton.jredmine.model.News
- All Implemented Interfaces:
- IdAble
public class News
- extends Object
- implements IdAble
- Since:
- 1.0.0
- Author:
- chemit
|
Constructor Summary |
News()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
News
public News()
getId
public int getId()
- Specified by:
getId in interface IdAble
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-2010 CodeLutin. All Rights Reserved.