public class Category extends Object
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()Copyright © 2008–2017. All rights reserved.