|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.rss.Category
public class Category
Includes the item in one or more categories.
Constructor Summary | |
---|---|
Category()
|
Method Summary | |
---|---|
String |
getDomain()
Returns a string that identifies a categorization taxonomy. |
String |
getValue()
Returns a forward-slash-separated string that identifies a hierarchic location in the indicated taxonomy. |
void |
setDomain(String domain)
Initializes the string that identifies a categorization taxonomy. |
void |
setValue(String value)
Initializes the forward-slash-separated string that identifies a hierarchic location in the indicated taxonomy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Category()
Method Detail |
---|
public String getValue()
null
if not yet initialized.setValue(java.lang.String)
public void setValue(String value)
value
- the category value. Shall not be null
.
NullPointerException
- if value
is null
.getValue()
public String getDomain()
null
.setDomain(java.lang.String)
public void setDomain(String domain)
domain
- the category domain. May be null
.getDomain()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |