|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.jnt.JNNewsItem
public final class JNNewsItem
One announcement, such as this
Method Summary | |
---|---|
void |
delete()
Delete this announcement. |
boolean |
equals(Object o)
|
String |
getHeadline()
The one-line head line of this announcement. |
int |
getId()
Gets the news item ID. |
JNProject |
getProject()
Gets the project to which this announcement belongs. |
Date |
getTimestamp()
The time when this announcement was made. |
URL |
getURL()
Gets the URL to thew news item page |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Date getTimestamp()
public String getHeadline()
public JNProject getProject()
public int getId()
public void delete() throws ProcessingException
ProcessingException
public URL getURL()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |