| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
News() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected int id
protected int projectId
protected int authorId
protected int commentsCount
protected String description
protected String title
protected String summary
protected Date createdOn
public int getAuthorId()
public int getCommentsCount()
public Date getCreatedOn()
public String getDescription()
public int getProjectId()
public String getSummary()
public String getTitle()
public void setAuthorId(int authorId)
public void setCommentsCount(int commentsCount)
public void setCreatedOn(Date createdOn)
public void setDescription(String description)
public void setId(int id)
public void setProjectId(int projectId)
public void setSummary(String summary)
public void setTitle(String title)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.