com.sun.syndication.feed.rss
Class Guid

java.lang.Object
  extended bycom.sun.syndication.common.ObjectBean
      extended bycom.sun.syndication.feed.rss.Guid
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable, ToString

public class Guid
extends ObjectBean

Bean for item GUIDs of RSS feeds.

Author:
Alejandro Abdelnur
See Also:
Serialized Form

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

Guid

public Guid()
Default constructor. All properties are set to null.

Method Detail

isPermaLink

public boolean isPermaLink()
Returns the guid perma link.

Returns:
the guid perma link, null if none.

setPermaLink

public void setPermaLink(boolean permaLink)
Sets the guid perma link.

Parameters:
permaLink - the guid perma link to set, null if none.

getValue

public java.lang.String getValue()
Returns the guid value.

Returns:
the guid value, null if none.

setValue

public void setValue(java.lang.String value)
Sets the guid value.

Parameters:
value - the guid value to set, null if none.


Copyright © 2004 Sun Microsystems. All Rights Reserved.