com.sun.syndication.feed.rss
public class Guid extends Object implements Cloneable, Serializable
Field Summary | |
---|---|
ObjectBean | _objBean |
boolean | _permaLink |
String | _value |
Constructor Summary | |
---|---|
Guid()
Default constructor. |
Method Summary | |
---|---|
Object | clone()
Creates a deep 'bean' clone of the object.
|
boolean | equals(Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
|
String | getValue()
Returns the guid value.
|
int | hashCode()
Returns a hashcode value for the object.
|
boolean | isPermaLink()
Returns the guid perma link.
|
void | setPermaLink(boolean permaLink)
Sets the guid perma link.
|
void | setValue(String value)
Sets the guid value.
|
String | toString()
Returns the String representation for the object.
|
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Parameters: other he reference object with which to compare.
Returns: true if 'this' object is equal to the 'other' object.
Returns: the guid value, null if none.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Returns: the guid perma link, null if none.
Parameters: permaLink the guid perma link to set, null if none.
Parameters: value the guid value to set, null if none.
Returns: String representation for the object.