com.sun.syndication.feed.synd
public class SyndContentImpl extends Object implements Serializable, SyndContent
Field Summary | |
---|---|
static CopyFromHelper | COPY_FROM_HELPER |
String | _mode |
ObjectBean | _objBean |
String | _type |
String | _value |
Constructor Summary | |
---|---|
SyndContentImpl()
Default constructor. |
Method Summary | |
---|---|
Object | clone()
Creates a deep 'bean' clone of the object.
|
void | copyFrom(Object obj) |
boolean | equals(Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
|
Class | getInterface() |
String | getMode()
Returns the content mode. |
String | getType()
Returns the content type.
|
String | getValue()
Returns the content value.
|
int | hashCode()
Returns a hashcode value for the object.
|
void | setMode(String mode)
Sets the content mode. |
void | setType(String type)
Sets the content type.
|
void | setValue(String value)
Sets the content 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 content mode, null if none.
When used for the description of an entry, if null 'text/plain' must be assumed.
Returns: the content type, null if none.
Returns: the content value, null if none.
It follows the contract defined by the Object hashCode() method.
Returns: the hashcode of the bean object.
Parameters: type the content mode to set, null if none.
When used for the description of an entry, if null 'text/plain' must be assumed.
Parameters: type the content type to set, null if none.
Parameters: value the content value to set, null if none.
Returns: String representation for the object.