Class Category
- java.lang.Object
-
- com.google.appengine.api.datastore.Category
-
- All Implemented Interfaces:
Serializable,Comparable<Category>
public final class Category extends Object implements Serializable, Comparable<Category>
A tag, ie a descriptive word or phrase. Entities may be tagged by users, and later returned by a queries for that tag. Tags can also be used for ranking results (frequency), photo captions, clustering, activity, etc.- See Also:
- Jeffrey Zeldmans blog post on tag clouds for a more in-depth description., Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Category
public Category(String category)
-
-
Method Detail
-
getCategory
public String getCategory()
-
compareTo
public int compareTo(Category o)
- Specified by:
compareToin interfaceComparable<Category>
-
-