|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.News
public class News
A news item.
Constructor Summary | |
---|---|
News()
Creates a new news item. |
Method Summary | |
---|---|
String |
getHeadline()
Get the value of headline. |
String |
getURL()
Get the value of url. |
void |
setHeadline(String headline)
Set the value of headline. |
void |
setURL(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 String getHeadline()
public void setHeadline(String headline)
headline
- Value to assign to headline.public String getURL()
public void setURL(String url)
url
- Value to assign to url.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |