| 
 | Lizzy v1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchristophedelory.rss.media.Description
public class Description
A short description describing the media object, typically a sentence in length. Example:
<media:description type="plain">This was some really bizarre band I listened to as a young lad.</media:description>
| Constructor Summary | |
|---|---|
| Description() | |
| Method Summary | |
|---|---|
|  String | getType()Returns the type of text embedded. | 
|  String | getValue()Returns the description itself. | 
|  void | setType(String type)Initializes the type of text embedded. | 
|  void | setValue(String value)Initializes the description itself. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Description()
| Method Detail | 
|---|
public void setValue(String value)
value - a description text. Shall not be null.
NullPointerException - if value is null.getValue()public String getValue()
null if not yet initialized.setValue(java.lang.String)public void setType(String type)
type - a description's type. May be null.getType()public String getType()
null.setType(java.lang.String)| 
 | © 2008-2009 Christophe Delory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||