|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.walluck.oscar.News
A news item.
| Constructor Summary | |
News()
Creates a new news item. |
|
| Method Summary | |
java.lang.String |
getHeadline()
Get the value of headline. |
java.lang.String |
getURL()
Get the value of url. |
void |
setHeadline(java.lang.String headline)
Set the value of headline. |
void |
setURL(java.lang.String url)
Set the value of url. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public News()
| Method Detail |
public java.lang.String getHeadline()
public void setHeadline(java.lang.String headline)
headline - Value to assign to headline.public java.lang.String getURL()
public void setURL(java.lang.String url)
url - Value to assign to url.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||