|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.atom.Common christophedelory.atom.Category
public class Category
Conveys information about a category associated with an entry or feed.
Constructor Summary | |
---|---|
Category()
|
Method Summary | |
---|---|
String |
getLabel()
Returns a human-readable label for display in end-user applications. |
String |
getScheme()
Returns an URI that identifies a categorization scheme. |
String |
getTerm()
Returns the category to which the entry or feed belongs. |
void |
setLabel(String label)
Initializes a human-readable label for display in end-user applications. |
void |
setScheme(String scheme)
Initializes an URI that identifies a categorization scheme. |
void |
setTerm(String term)
Initializes the category to which the entry or feed belongs. |
Methods inherited from class christophedelory.atom.Common |
---|
getBaseString, getLang, setBaseString, setLang |
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 getTerm()
null
if not yet initialized.setTerm(java.lang.String)
public void setTerm(String term)
term
- the category term. Shall not be null
.
NullPointerException
- if term
is null
.getTerm()
public String getScheme()
null
.setScheme(java.lang.String)
public void setScheme(String scheme)
scheme
- a category scheme. May be null
.getScheme()
public String getLabel()
null
.setLabel(java.lang.String)
public void setLabel(String label)
label
- a category label. May be null
.getLabel()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |