|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.rss.Guid
Bean for item GUIDs of RSS feeds.
Constructor Summary | |
Guid()
Default constructor. |
Method Summary | |
java.lang.String |
getValue()
Returns the guid value. |
boolean |
isPermaLink()
Returns the guid perma link. |
void |
setPermaLink(boolean permaLink)
Sets the guid perma link. |
void |
setValue(java.lang.String value)
Sets the guid value. |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Guid()
Method Detail |
public boolean isPermaLink()
public void setPermaLink(boolean permaLink)
permaLink
- the guid perma link to set, null if none.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the guid value to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |