com.sun.syndication.feed.atom
public class Generator extends Object implements Cloneable, Serializable
Field Summary | |
---|---|
ObjectBean | _objBean |
String | _url |
String | _value |
String | _version |
Constructor Summary | |
---|---|
Generator()
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 | getUrl()
Returns the generator URL.
|
String | getValue()
Returns the generator value.
|
String | getVersion()
Returns the generator version.
|
int | hashCode()
Returns a hashcode value for the object.
|
void | setUrl(String url)
Sets the generator URL.
|
void | setValue(String value)
Sets the generator value.
|
void | setVersion(String version)
Sets the generator version.
|
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 generator URL, null if none.
Returns: the generator value, null if none.
Returns: the generator version, null if none.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Parameters: url the generator URL, null if none.
Parameters: value the generator value, null if none.
Parameters: version the generator version, null if none.
Returns: String representation for the object.