|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ora.jsp.beans.news.NewsItemBean
This class holds information about one news item. It's only intended as an example.
Field Summary | |
private java.lang.String |
category
|
private int |
id
|
private java.lang.String |
msg
|
private java.lang.String |
postedBy
|
private java.util.Date |
postedDate
|
Constructor Summary | |
NewsItemBean()
|
Method Summary | |
java.lang.String |
getCategory()
Returns the category property value. |
int |
getId()
Returns the id property value. |
java.lang.String |
getMsg()
Returns the msg property value. |
java.lang.String |
getPostedBy()
Returns the postedBy property value. |
java.util.Date |
getPostedDate()
Returns the postedDate property value. |
void |
setCategory(java.lang.String category)
Sets the category property value. |
void |
setId(int id)
Sets the id property value. |
void |
setMsg(java.lang.String msg)
Sets the msg property value. |
void |
setPostedBy(java.lang.String postedBy)
Sets the postedBy property value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String category
private java.lang.String msg
private java.lang.String postedBy
private java.util.Date postedDate
private int id
Constructor Detail |
public NewsItemBean()
Method Detail |
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public java.lang.String getMsg()
public void setMsg(java.lang.String msg)
public java.lang.String getPostedBy()
public void setPostedBy(java.lang.String postedBy)
public java.util.Date getPostedDate()
public int getId()
public void setId(int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |